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 7e87bef commit 8f32a40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dlt/pipeline/typing.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ class GCPPipelineCredentials(PipelineCredentials):
DEFAULT_DATASET: str = None
CLIENT_EMAIL: str = None
PRIVATE_KEY: TSecretValue = None
LOCATION: str = None
LOCATION: str = "US"
CRED_TYPE: str = "service_account"
TOKEN_URI: str = "https://oauth2.googleapis.com/token"
HTTP_TIMEOUT: float = 15.0
Expand Down

0 comments on commit 8f32a40

Please sign in to comment.