Skip to content

Commit

Permalink
Merge pull request #125 from keboola/jirka-gmt-118-add-region-to-cred…
Browse files Browse the repository at this point in the history
…entials

GMT-118 add region to bq credentials
  • Loading branch information
jirkasemmler authored Jan 29, 2024
2 parents 8295bec + 72be03f commit 24cf998
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 4 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions packages/php-storage-driver-common/proto/credentials.proto
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ message GenericBackendCredentials {

message BigQueryCredentialsMeta {
string folder_id = 1; // Id of folder where main service acc is created
string region = 2; // region where resource is or will be located
}

google.protobuf.Any meta = 5; // metadata specific for each backend
Expand Down

0 comments on commit 24cf998

Please sign in to comment.