You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 1, 2024. It is now read-only.
It would be great to enable authentication to BigQuery using an access token rather than supplying credentials. Looks like this is available in the beta system at Google Cloud Dataproc:
Another alternative to passing the credentials, is to pass the access token used for authenticating the API calls to the Google Cloud Platform APIs. You can get the access token by running gcloud auth application-default print-access-token. spark.read.format("bigquery").option("gcpAccessToken", "<acccess-token>")
or spark.conf.set("gcpAccessToken", "<access-token>")
I'll start investigating and see if I can add a PR to this to enable this feature. Bit of a Scala rookie, though!
The text was updated successfully, but these errors were encountered:
Hey, peeps!
It would be great to enable authentication to BigQuery using an access token rather than supplying credentials. Looks like this is available in the beta system at Google Cloud Dataproc:
I'll start investigating and see if I can add a PR to this to enable this feature. Bit of a Scala rookie, though!
The text was updated successfully, but these errors were encountered: