Skip to content

Commit be9bdf3

Browse files
authored
Update 09-spreadsheet-imports-from-g-drive.tf (#2431)
1 parent 7f3af27 commit be9bdf3

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 = "110vpz5eLNtuaxYeTPSXsGsOb160Y9JOh"
750+
google_drive_document_id = "1GgrsXAiYw305fOsxrXLz24V6kwURvDVP"
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 @ 28-07-2025.csv"
754+
input_file_name = "bailiff_return/Bailiff_return @ 01-09-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 = "18bL0dy8CaBLD4Q0E5ztcdUPNZXyfg-NE"
785+
google_drive_document_id = "1yWA3UOOJDU-1KgH7wkNQlteBIxXfjdnM"
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 @ 28-07-2025.csv"
789+
input_file_name = "bailiff_allocation/Bailiff Allocation @ 01-09-2025.csv"
790790
ingestion_schedule = "cron(0 21 * * ? *)"
791791
enable_bookmarking = true
792792
worksheets = {

0 commit comments

Comments
 (0)