Skip to content

Commit

Permalink
Update dataflow default templates (#1484)
Browse files Browse the repository at this point in the history
  • Loading branch information
berroar authored Aug 30, 2024
1 parent f4bf9b8 commit 3450ca2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ci/purge_expired_questionnaire_state.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ image_resource:
params:
SERVICE_ACCOUNT_JSON: ((gcp.service_account_json))
PROJECT_ID:
DATAFLOW_TEMPLATE_VERSION: '2024-01-09-00_RC01'
DATAFLOW_TEMPLATE_VERSION: '2024-07-23-00_RC00'
run:
path: bash
args:
Expand Down
2 changes: 1 addition & 1 deletion ci/purge_expired_sessions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ image_resource:
params:
SERVICE_ACCOUNT_JSON: ((gcp.service_account_json))
PROJECT_ID:
DATAFLOW_TEMPLATE_VERSION: '2024-01-09-00_RC01'
DATAFLOW_TEMPLATE_VERSION: '2024-07-23-00_RC00'
EXPIRES_AT_PURGE_OFFSET_IN_SECONDS: 10800
run:
path: bash
Expand Down
2 changes: 1 addition & 1 deletion ci/purge_submitted_questionnaire_state.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ image_resource:
params:
SERVICE_ACCOUNT_JSON: ((gcp.service_account_json))
PROJECT_ID:
DATAFLOW_TEMPLATE_VERSION: '2024-01-09-00_RC01'
DATAFLOW_TEMPLATE_VERSION: '2024-07-23-00_RC00'
SUBMITTED_AT_PURGE_OFFSET_IN_SECONDS: 3600
run:
path: bash
Expand Down

0 comments on commit 3450ca2

Please sign in to comment.