Skip to content

Commit 94e69f6

Browse files
committed
fix json to parquet trigger cron
1 parent 7f3426f commit 94e69f6

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,6 @@ jobs:
240240
password: ${{ needs.pytest-docker.outputs.ecr-password }}
241241
env:
242242
DISABLE_SSL: true
243-
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true
244243
options: "--user root"
245244
steps:
246245
- name: Assume AWS role

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 * * 0 *)
66+
Default: cron(0 2 ? * 1 *)
6767

6868
CompareParquetStagingNamespace:
6969
Type: String

0 commit comments

Comments
 (0)