Skip to content

Commit b96b408

Browse files
authored
nas_live_manual_updates_data_load - change to 8.00am (#2095)
Davina hopes this can be changed to 8.00. For other impacted downstream jobs by this one, we are migrating them to airflow in recent two days.
1 parent 58f2b90 commit b96b408

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

terraform/etl/08-google-sheets-imports.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -568,7 +568,7 @@ module "nas_live_manual_updates_data_load" {
568568
google_sheets_worksheet_name = "nas_live_manual_updates_data_load"
569569
department = module.department_parking_data_source
570570
dataset_name = "nas_live_manual_updates_data_load"
571-
google_sheet_import_schedule = "cron(0 4 ? * * *)"
571+
google_sheet_import_schedule = "cron(0 8 ? * * *)"
572572
spark_ui_output_storage_id = module.spark_ui_output_storage_data_source.bucket_id
573573
}
574574

0 commit comments

Comments
 (0)