Skip to content

Commit

Permalink
add location default
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrian authored and rudolfix committed Sep 14, 2022
1 parent be05fe4 commit 7e87bef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dlt/common/configuration/gcp_client_credentials.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ class GcpClientCredentials(CredentialsConfiguration):
PROJECT_ID: str = None
CRED_TYPE: str = "service_account"
PRIVATE_KEY: TSecretValue = None
LOCATION: str = "US"
TOKEN_URI: str = "https://oauth2.googleapis.com/token"
CLIENT_EMAIL: str = None

Expand Down

0 comments on commit 7e87bef

Please sign in to comment.