Skip to content

Commit a9d7e7a

Browse files
committed
Static tables ingestion back to Sunday
1 parent 0a4eacf commit a9d7e7a

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 21 ? * MON *)"
145+
schedule = "cron(0 16 ? * SUN *)"
146146
enabled = local.is_production_environment
147147

148148
actions {

0 commit comments

Comments
 (0)