Skip to content

Commit 6a9e4ae

Browse files
authored
[ETL-701] run JSON to Parquet workflow every sunday at 2am (#156)
* run JSON to Parquet workflow every sunday 2am * use latest configure-aws-credentials action * use legacy configure-aws-credentials action for glue docker * fix json to parquet trigger cron
1 parent a1f2475 commit 6a9e4ae

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/upload-and-deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ jobs:
183183
environment: develop
184184
steps:
185185
- name: Assume AWS role
186-
uses: aws-actions/configure-aws-credentials@v2
186+
uses: aws-actions/configure-aws-credentials@v4
187187
with:
188188
role-to-assume: ${{ vars.AWS_CREDENTIALS_IAM_ROLE }}
189189
aws-region: "us-east-1"

templates/glue-workflow.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ Parameters:
6363
When `IsMainNamespace`, the respective trigger is active from the moment
6464
of deployment. Otherwise, the trigger is disabled so that we don't waste
6565
resources running our development pipelines every day.
66-
Default: cron(0 2 * * ? *)
66+
Default: cron(0 2 ? * 1 *)
6767

6868
CompareParquetStagingNamespace:
6969
Type: String

0 commit comments

Comments
 (0)