diff --git a/terraform/etl/09-spreadsheet-imports-from-g-drive.tf b/terraform/etl/09-spreadsheet-imports-from-g-drive.tf index eee152828..3f3520021 100644 --- a/terraform/etl/09-spreadsheet-imports-from-g-drive.tf +++ b/terraform/etl/09-spreadsheet-imports-from-g-drive.tf @@ -642,11 +642,11 @@ module "unmatched_cedar_batches" { landing_zone_bucket_id = module.landing_zone_data_source.bucket_id landing_zone_kms_key_arn = module.landing_zone_data_source.kms_key_arn landing_zone_bucket_arn = module.landing_zone_data_source.bucket_arn - google_drive_document_id = "1fh2SJPXjbmN1ZBuGtXJjUUqkjTUBN3sX" + google_drive_document_id = "1huO76P35Jwv6uG9KfaHzq70110K6mH3J" glue_job_name = "unmatched_cedar_batches" output_folder_name = "g-drive" raw_zone_bucket_id = module.raw_zone_data_source.bucket_id - input_file_name = "unmatched_cedar_batches/unmatched_cedar_batch_mar_2023.csv" + input_file_name = "unmatched_cedar_batches/unmatched_cedar_batch_sept_2023.csv" ingestion_schedule = "cron(0 21 * * ? *)" enable_bookmarking = true worksheets = { @@ -677,11 +677,11 @@ module "unmatched_citypay_batches" { landing_zone_bucket_id = module.landing_zone_data_source.bucket_id landing_zone_kms_key_arn = module.landing_zone_data_source.kms_key_arn landing_zone_bucket_arn = module.landing_zone_data_source.bucket_arn - google_drive_document_id = "1NORfR__LCU1TepQQ8E40DNr5VhAd08SA" + google_drive_document_id = "1FCXFBYqqg7_GOT2ExB1I47fhQM0z7Lk8" glue_job_name = "unmatched_citypay_batches" output_folder_name = "g-drive" raw_zone_bucket_id = module.raw_zone_data_source.bucket_id - input_file_name = "unmatched_citypay_batches/citypay_unmatched_batches_mar_2023.csv" + input_file_name = "unmatched_citypay_batches/citypay_unmatched_batches_sept_2023.csv" ingestion_schedule = "cron(0 21 * * ? *)" enable_bookmarking = true worksheets = {