From 34665e9e646d819cae0d684378ae1ed7681ff518 Mon Sep 17 00:00:00 2001 From: Phil Snyder Date: Wed, 11 Dec 2024 14:33:24 -0800 Subject: [PATCH] run JSON to Parquet workflow every sunday 2am --- templates/glue-workflow.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/glue-workflow.j2 b/templates/glue-workflow.j2 index 5483368..37a7466 100644 --- a/templates/glue-workflow.j2 +++ b/templates/glue-workflow.j2 @@ -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 * * 0 *) CompareParquetStagingNamespace: Type: String