go-gorm / bigquery

BigQuery golang sql driver/GORM dialect
MIT License
42 stars 23 forks source link

Bigquery initialization with path #7

Open sp35 opened 2 years ago

sp35 commented 2 years ago

Describe the feature

Choice to initiate the underlying google cloud sdk with path to service account json instead of environment variable

Motivation

I can't switch between different bigquery accounts.

Related Issues

HoangViet144 commented 9 months ago

Here is the pull request resolving this issue: https://github.com/go-gorm/bigquery/pull/20