Skip to content

Commit 8a7999f

Browse files
authored
Update 09-spreadsheet-imports-from-g-drive.tf (#2162)
Bailiff Feb updates
1 parent aeee489 commit 8a7999f

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 = "1iY_NMHAOgqsCNWc_4n5yFcIj-tEEAPk_"
750+
google_drive_document_id = "1YTsqaIIaOcxcASLq9zMbRQdP_N17rBvw"
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 @ 03-02-2025.csv"
754+
input_file_name = "bailiff_return/Bailiff_return @ 03-03-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 = "1RDnnhr_Z9UvcrlBwim63DFJaIO9VnbWT"
785+
google_drive_document_id = "1__GOCVg9uOgY4FPbk_kdO5QWw3DAo7uF"
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 @ 03-02-2025.csv"
789+
input_file_name = "bailiff_allocation/Bailiff Allocation @ 03-03-2025.csv"
790790
ingestion_schedule = "cron(0 21 * * ? *)"
791791
enable_bookmarking = true
792792
worksheets = {

0 commit comments

Comments
 (0)