Skip to content
This repository was archived by the owner on May 17, 2024. It is now read-only.

Ability to use custom BigQuery Python client credentials in API #679

Closed
sar009 opened this issue Aug 14, 2023 · 1 comment · Fixed by #680
Closed

Ability to use custom BigQuery Python client credentials in API #679

sar009 opened this issue Aug 14, 2023 · 1 comment · Fixed by #680
Labels
enhancement New feature or request stale_immune Immunity to stale bot

Comments

@sar009
Copy link
Contributor

sar009 commented 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

@sar009 sar009 added the enhancement New feature or request label Aug 14, 2023
@sar009 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
@sar009
Copy link
Contributor Author

sar009 commented Aug 14, 2023

#680
here is the link to a proposed solution

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request stale_immune Immunity to stale bot
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants