Skip to content

Commit 984c20e

Browse files
authored
Update 09-spreadsheet-imports-from-g-drive.tf (#2588)
bailiff november import @ 01-12-2025
1 parent 5b0455e commit 984c20e

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
@@ -668,11 +668,11 @@ module "bailiff_return" {
668668
landing_zone_bucket_id = module.landing_zone_data_source.bucket_id
669669
landing_zone_kms_key_arn = module.landing_zone_data_source.kms_key_arn
670670
landing_zone_bucket_arn = module.landing_zone_data_source.bucket_arn
671-
google_drive_document_id = "1KoDssda7yaRrzylm97xnDzkXUEKyXaKO"
671+
google_drive_document_id = "199qT4AH9AqFt5-Zb5yfvwmXj30lsAyL0"
672672
glue_job_name = "bailiff_return"
673673
output_folder_name = "g-drive"
674674
raw_zone_bucket_id = module.raw_zone_data_source.bucket_id
675-
input_file_name = "bailiff_return/Bailiff_return @ 03-11-2025.csv"
675+
input_file_name = "bailiff_return/Bailiff_return @ 01-12-2025.csv"
676676
ingestion_schedule = "cron(0 21 * * ? *)"
677677
enable_bookmarking = true
678678
worksheets = {
@@ -703,11 +703,11 @@ module "bailiff_allocation" {
703703
landing_zone_bucket_id = module.landing_zone_data_source.bucket_id
704704
landing_zone_kms_key_arn = module.landing_zone_data_source.kms_key_arn
705705
landing_zone_bucket_arn = module.landing_zone_data_source.bucket_arn
706-
google_drive_document_id = "1T-m9vDR9FUMzUe7PHNwuFO9jdhA-6joW"
706+
google_drive_document_id = "1H1ED0ln286heWtajqCm0eIZTdbA0cnw9"
707707
glue_job_name = "bailiff_allocation"
708708
output_folder_name = "g-drive"
709709
raw_zone_bucket_id = module.raw_zone_data_source.bucket_id
710-
input_file_name = "bailiff_allocation/Bailiff Allocation @ 03-11-2025.csv"
710+
input_file_name = "bailiff_allocation/Bailiff Allocation @ 01-12-2025.csv"
711711
ingestion_schedule = "cron(0 21 * * ? *)"
712712
enable_bookmarking = true
713713
worksheets = {

0 commit comments

Comments
 (0)