From 5f760e81e8f29fac7d07b4f174f8be949ab97a1e Mon Sep 17 00:00:00 2001 From: Sandrine Balley Date: Fri, 24 Jan 2025 15:23:47 +0000 Subject: [PATCH] Load static tascomi tables on Saturday --- terraform/etl/24-aws-glue-tascomi-data.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terraform/etl/24-aws-glue-tascomi-data.tf b/terraform/etl/24-aws-glue-tascomi-data.tf index d6d32c14e..ac1a71879 100644 --- a/terraform/etl/24-aws-glue-tascomi-data.tf +++ b/terraform/etl/24-aws-glue-tascomi-data.tf @@ -142,7 +142,7 @@ resource "aws_glue_trigger" "tascomi_tables_weekly_ingestion_triggers" { name = "${local.short_identifier_prefix}Tascomi ${title(replace(each.value, "_", " "))} Ingestion Trigger" type = "SCHEDULED" - schedule = "cron(0 10 ? * SUN *)" + schedule = "cron(0 10 ? * SAT *)" enabled = local.is_production_environment actions {