This repository was archived by the owner on May 17, 2024. It is now read-only.
This repository was archived by the owner on May 17, 2024. It is now read-only.
Add support for BigQuery service accounts #595
Closed
Description
Is your feature request related to a problem? Please describe.
I'd like to use the data-diff with a BigQuery service account. The current implementation only allows for auth through gcloud auth application-default login
. Using a BigQuery Service account requires auth via gcloud auth activate-service-account
.
Describe the solution you'd like
A connection that supports gcloud auth activate-service-account