RemoteBigQueryHelper possibility to provide own Credentials #2434
Labels
api: bigquery
Issues related to the googleapis/java-bigquery API.
priority: p2
Moderately-important priority. Fix may not be included in next release.
type: feature request
‘Nice-to-have’ improvement, new feature or different behavior or design.
Is your feature request related to a problem? Please describe.
Currently, while using
RemoteBigQueryHelper
, you can only usekeyStream – input stream for a JSON key
as credentials for storage. I want to provide customcom.google.auth.Credentials
because of how our internal systems manage access to Google Cloud.Describe the solution you'd like
I want to add a method to
RemoteBigQueryHelper
that would enable providing thecom.google.auth.Credentials
.The text was updated successfully, but these errors were encountered: