lquerel / gcp-bigquery-client

GCP BigQuery Client (Rust)
Apache License 2.0
92 stars 60 forks source link

return Result for Client::from_service_account_key_file #43

Closed burmecia closed 1 year ago

burmecia commented 1 year ago

This PR is to make Client::from_service_account_key_file return Result, same as Client::from_service_account_key. It will close #39.

lquerel commented 1 year ago

LGTM