Skip to content

Commit

Permalink
updating dbt connection timeout (#243)
Browse files Browse the repository at this point in the history
  • Loading branch information
shourya116 authored Jun 2, 2023
1 parent fae420e commit 0456f41
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion clouddq/runners/dbt/dbt_connection_configs.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ class GcpDbtConnectionConfig(DbtConnectionConfig):
connection_method: DbtBigQueryConnectionMethod = None
gcp_service_account_key_path: Optional[str] = None
service_account_gcp_impersonation_credentials: Optional[str] = None
timeout_seconds: int = 3600
timeout_seconds: int = 21600
priority: str = "interactive"
retries: int = 1

Expand Down
2 changes: 1 addition & 1 deletion tests/resources/expected_test_profiles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ default:
project: '<my-gcp-project-id>'
retries: 1
threads: 10
timeout_seconds: 3600
timeout_seconds: 21600
type: bigquery
dev: {}
target: Dev

0 comments on commit 0456f41

Please sign in to comment.