Skip to content

Commit 7b6ab44

Browse files
authored
Update 09-spreadsheet-imports-from-g-drive.tf (#2247)
Cycle Hangar & Bailiff data update
1 parent 17e9942 commit 7b6ab44

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -747,11 +747,11 @@ module "bailiff_return" {
747747
landing_zone_bucket_id = module.landing_zone_data_source.bucket_id
748748
landing_zone_kms_key_arn = module.landing_zone_data_source.kms_key_arn
749749
landing_zone_bucket_arn = module.landing_zone_data_source.bucket_arn
750-
google_drive_document_id = "1244PdA_JXAyIZHweO8ZC2372TCWSzYYz"
750+
google_drive_document_id = "1c1DboV-oOrZqWwLlB4rAuGvSZaFXB4XU"
751751
glue_job_name = "bailiff_return"
752752
output_folder_name = "g-drive"
753753
raw_zone_bucket_id = module.raw_zone_data_source.bucket_id
754-
input_file_name = "bailiff_return/Bailiff_return @ 31-03-2025.csv"
754+
input_file_name = "bailiff_return/Bailiff_return @ 07-05-2025.csv"
755755
ingestion_schedule = "cron(0 21 * * ? *)"
756756
enable_bookmarking = true
757757
worksheets = {
@@ -782,11 +782,11 @@ module "bailiff_allocation" {
782782
landing_zone_bucket_id = module.landing_zone_data_source.bucket_id
783783
landing_zone_kms_key_arn = module.landing_zone_data_source.kms_key_arn
784784
landing_zone_bucket_arn = module.landing_zone_data_source.bucket_arn
785-
google_drive_document_id = "1hlO26xo1iyoAwAZp2ii-Z0LR5Ttp6uNg"
785+
google_drive_document_id = "1I81IdN-F9-jHZFNOEtiRyiUtWGhYyfd_"
786786
glue_job_name = "bailiff_allocation"
787787
output_folder_name = "g-drive"
788788
raw_zone_bucket_id = module.raw_zone_data_source.bucket_id
789-
input_file_name = "bailiff_allocation/Bailiff Allocation @ 31-03-2025.csv"
789+
input_file_name = "bailiff_allocation/Bailiff Allocation @ 07-05-2025.csv"
790790
ingestion_schedule = "cron(0 21 * * ? *)"
791791
enable_bookmarking = true
792792
worksheets = {
@@ -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 = "1q6XSn1GteL_K8DiFhips3nUMwUETFg8R"
995+
google_drive_document_id = "1K3WinLscAiiPd2srt7yB_rWxN0Apk3U6"
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 @ 06-05-2025.csv"
999+
input_file_name = "Interim_Cycle_Hangar_Wait_List/interim_cycle_wait_list @ 13-05-2025.csv"
10001000
ingestion_schedule = "cron(0 21 * * ? *)"
10011001
enable_bookmarking = true
10021002
worksheets = {

0 commit comments

Comments
 (0)