Skip to content

Commit 5aa3277

Browse files
authored
Update 09-spreadsheet-imports-from-g-drive.tf (#2428)
cycle hangar waiting list @ 05-09-2025 also update Ops Dashboard button update
1 parent ef39218 commit 5aa3277

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -992,11 +992,11 @@ module "interim_cycle_wait_list" {
992992
landing_zone_bucket_id = module.landing_zone_data_source.bucket_id
993993
landing_zone_kms_key_arn = module.landing_zone_data_source.kms_key_arn
994994
landing_zone_bucket_arn = module.landing_zone_data_source.bucket_arn
995-
google_drive_document_id = "1yWHnjHAsyunpU5k6ScMM5Lri-rdyvdd1"
995+
google_drive_document_id = "1jkD6lAgAv4AkYuYF0kUovcIkgBUXAtNd"
996996
glue_job_name = "interim_cycle_wait_list"
997997
output_folder_name = "g-drive"
998998
raw_zone_bucket_id = module.raw_zone_data_source.bucket_id
999-
input_file_name = "Interim_Cycle_Hangar_Wait_List/interim_cycle_wait_list @ 04-09-2025.csv"
999+
input_file_name = "Interim_Cycle_Hangar_Wait_List/interim_cycle_wait_list @ 05-09-2025.csv"
10001000
ingestion_schedule = "cron(0 21 * * ? *)"
10011001
enable_bookmarking = true
10021002
worksheets = {
@@ -1243,11 +1243,11 @@ module "ops_dashboard_link" {
12431243
landing_zone_bucket_id = module.landing_zone_data_source.bucket_id
12441244
landing_zone_kms_key_arn = module.landing_zone_data_source.kms_key_arn
12451245
landing_zone_bucket_arn = module.landing_zone_data_source.bucket_arn
1246-
google_drive_document_id = "1Z7jcIt_isYIS8h1WGGCN0TIui-CCMaVF"
1246+
google_drive_document_id = "1J8l8aX5FOqrI0ZQQ14ju1GP7VbFevRBT"
12471247
glue_job_name = "ops_dashboard_link"
12481248
output_folder_name = "g-drive"
12491249
raw_zone_bucket_id = module.raw_zone_data_source.bucket_id
1250-
input_file_name = "ops_button/ops_dashboard_link_27_07_2025.csv"
1250+
input_file_name = "ops_button/ops_dashboard_link_05_09_2025.csv"
12511251
ingestion_schedule = "cron(0 21 * * ? *)"
12521252
enable_bookmarking = true
12531253
tags = module.tags.values

0 commit comments

Comments
 (0)