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 was archived by the owner on May 17, 2024. It is now read-only.
Is your feature request related to a problem? Please describe.
We are using Python API to run data-diff and depending on different scenarios we would be using access token-based credentials or service account-based or even federated login based credential
Describe the solution you'd like
we want to set the custom GCP credential provider when using connect API method
Describe alternatives you've considered
While we are able to write service account details into a file and use keyfile argument we don't see any alternatives to support access-token or federated login. Even then we don't think writing service account details into a file is a good practice security-wise.
Additional context
no additional context
The text was updated successfully, but these errors were encountered:
sar009
changed the title
Ability to use custom BigQuery Python client in API
Ability to use custom BigQuery Python client credentials in API
Aug 14, 2023
Is your feature request related to a problem? Please describe.
We are using Python API to run data-diff and depending on different scenarios we would be using access token-based credentials or service account-based or even federated login based credential
Describe the solution you'd like
we want to set the custom GCP credential provider when using connect API method
Describe alternatives you've considered
While we are able to write service account details into a file and use
keyfile
argument we don't see any alternatives to support access-token or federated login. Even then we don't think writing service account details into a file is a good practice security-wise.Additional context
no additional context
The text was updated successfully, but these errors were encountered: