Skip to content

Commit 5f0bd24

Browse files
authored
Update 09-spreadsheet-imports-from-g-drive.tf (#2277)
May Bailiff update
1 parent 661cdb8 commit 5f0bd24

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
@@ -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 = "1c1DboV-oOrZqWwLlB4rAuGvSZaFXB4XU"
750+
google_drive_document_id = "1wNpojojN5T2e-ihPm5HibxygjGqMWcO9"
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 @ 07-05-2025.csv"
754+
input_file_name = "bailiff_return/Bailiff_return @ 02-06-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 = "1I81IdN-F9-jHZFNOEtiRyiUtWGhYyfd_"
785+
google_drive_document_id = "1dljnv_ZaMFMc48o5P8veZj8jWNiZx04e"
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 @ 07-05-2025.csv"
789+
input_file_name = "bailiff_allocation/Bailiff Allocation @ 02-06-2025.csv"
790790
ingestion_schedule = "cron(0 21 * * ? *)"
791791
enable_bookmarking = true
792792
worksheets = {

0 commit comments

Comments
 (0)