Skip to content

Commit b751052

Browse files
authored
Update 09-spreadsheet-imports-from-g-drive.tf
Monthly (November) Bailiff update
1 parent 1cf9664 commit b751052

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 = "1vV_DAzaPk-QfsUAa7qIWkuEqFAiCyDG_"
750+
google_drive_document_id = "1M6tYUhEgrz7VeSXwBiZONm6K7h7993Uo"
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 @ 30-10-2024.csv"
754+
input_file_name = "bailiff_return/Bailiff_return @ 02-12-2024.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 = "1FBY6mmfrNPD9Wzo2njqxNHvfU78AC3CS"
785+
google_drive_document_id = "1qxVzla3QRUu5B-WvPG6TVxK27rcVkAIL"
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 @ 30-10-2024.csv"
789+
input_file_name = "bailiff_allocation/Bailiff Allocation @ 02-12-2024.csv"
790790
ingestion_schedule = "cron(0 21 * * ? *)"
791791
enable_bookmarking = true
792792
worksheets = {

0 commit comments

Comments
 (0)