Skip to content

Commit

Permalink
Update data-pipeline.workflows.yaml (#209)
Browse files Browse the repository at this point in the history
  • Loading branch information
rviscomi committed Sep 26, 2023
1 parent f8c727c commit ace2c64
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data-pipeline.workflows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ bigQueryCountAll:
body:
useLegacySql: false
useQueryCache: false
timeoutMs: 30000
timeoutMs: 300000
labels:
workflow_id: ${sys.get_env("GOOGLE_CLOUD_WORKFLOW_ID")}
workflow_execution_id: ${sys.get_env("GOOGLE_CLOUD_WORKFLOW_EXECUTION_ID")}
Expand Down Expand Up @@ -219,7 +219,7 @@ bigQueryCountCombined:
body:
useLegacySql: false
useQueryCache: false
timeoutMs: 30000
timeoutMs: 300000
labels:
workflow_id: ${sys.get_env("GOOGLE_CLOUD_WORKFLOW_ID")}
workflow_execution_id: ${sys.get_env("GOOGLE_CLOUD_WORKFLOW_EXECUTION_ID")}
Expand Down

0 comments on commit ace2c64

Please sign in to comment.