lquerel / gcp-bigquery-client

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

Support for jobs.getQueryResults and creating a Client with a yup-oauth2 ServiceAccountKey #2

Closed Robtova closed 3 years ago

Robtova commented 3 years ago

Made a couple of additions that I required and thought push them to the repository. This PR:

  1. Adds support for the jobs.getQueryResults API and for the results to be used with ResultSet.
  2. Adds the ability to create a Client from a yup-oauth2 ServiceAccountKey so that a client can be created without a JSON key file.
lquerel commented 3 years ago

LGTM. Thanks for this contribution. I will merge to the main branch although the tests are not passing. Will fix that today.

lquerel commented 3 years ago

Published version 0.4.0 on crates.io. Thanks!