Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/upload-and-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ jobs:
environment: develop
steps:
- name: Assume AWS role
uses: aws-actions/configure-aws-credentials@v2
uses: aws-actions/configure-aws-credentials@v4
with:
role-to-assume: ${{ vars.AWS_CREDENTIALS_IAM_ROLE }}
aws-region: "us-east-1"
Expand Down
2 changes: 1 addition & 1 deletion templates/glue-workflow.j2
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ Parameters:
When `IsMainNamespace`, the respective trigger is active from the moment
of deployment. Otherwise, the trigger is disabled so that we don't waste
resources running our development pipelines every day.
Default: cron(0 2 * * ? *)
Default: cron(0 2 ? * 1 *)

CompareParquetStagingNamespace:
Type: String
Expand Down
Loading