Skip to content

Commit 5f760e8

Browse files
committed
Load static tascomi tables on Saturday
1 parent 084fb76 commit 5f760e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

terraform/etl/24-aws-glue-tascomi-data.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ resource "aws_glue_trigger" "tascomi_tables_weekly_ingestion_triggers" {
142142

143143
name = "${local.short_identifier_prefix}Tascomi ${title(replace(each.value, "_", " "))} Ingestion Trigger"
144144
type = "SCHEDULED"
145-
schedule = "cron(0 10 ? * SUN *)"
145+
schedule = "cron(0 10 ? * SAT *)"
146146
enabled = local.is_production_environment
147147

148148
actions {

0 commit comments

Comments
 (0)