Skip to content

Commit

Permalink
fix json to parquet trigger cron
Browse files Browse the repository at this point in the history
  • Loading branch information
philerooski committed Dec 13, 2024
1 parent 7f3426f commit 94e69f6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/upload-and-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,6 @@ jobs:
password: ${{ needs.pytest-docker.outputs.ecr-password }}
env:
DISABLE_SSL: true
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true
options: "--user root"
steps:
- name: Assume AWS role
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 * * 0 *)
Default: cron(0 2 ? * 1 *)

CompareParquetStagingNamespace:
Type: String
Expand Down

0 comments on commit 94e69f6

Please sign in to comment.