Skip to content

Commit 5d02858

Browse files
authored
Update 09-spreadsheet-imports-from-g-drive.tf (#2594)
forecasting button update @ 08-12-2025
1 parent 19fb5e7 commit 5d02858

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

terraform/etl/09-spreadsheet-imports-from-g-drive.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1200,11 +1200,11 @@ module "forecast_dashboard_link" {
12001200
landing_zone_bucket_id = module.landing_zone_data_source.bucket_id
12011201
landing_zone_kms_key_arn = module.landing_zone_data_source.kms_key_arn
12021202
landing_zone_bucket_arn = module.landing_zone_data_source.bucket_arn
1203-
google_drive_document_id = "1Hjb7jBZBFLKQW9f3csaI5NiYZ6PZ_uRm"
1203+
google_drive_document_id = "14M4Va_MayuloefKdU4IGSjKbuBViOOdG"
12041204
glue_job_name = "forecast_dashboard_link"
12051205
output_folder_name = "g-drive"
12061206
raw_zone_bucket_id = module.raw_zone_data_source.bucket_id
1207-
input_file_name = "forecasting_button/forecasting_dashboard_link_08_09_2025.csv"
1207+
input_file_name = "forecasting_button/forecasting_dashboard_link_08_12_2025.csv"
12081208
ingestion_schedule = "cron(0 21 * * ? *)"
12091209
enable_bookmarking = true
12101210
tags = module.tags.values

0 commit comments

Comments
 (0)