Skip to content

Commit c4e9f2b

Browse files
authored
Update 09-spreadsheet-imports-from-g-drive.tf
december 2023 cash collection data
1 parent 96f12ba commit c4e9f2b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

terraform/etl/09-spreadsheet-imports-from-g-drive.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,11 +136,11 @@ module "Cash_Collection_Date" {
136136
landing_zone_bucket_id = module.landing_zone_data_source.bucket_id
137137
landing_zone_kms_key_arn = module.landing_zone_data_source.kms_key_arn
138138
landing_zone_bucket_arn = module.landing_zone_data_source.bucket_arn
139-
google_drive_document_id = "1Dxr4XPibbJ2UHhsNbODcudMxSNaPcz10"
139+
google_drive_document_id = "1t2Wwa4Wne7gGb18YNidrAqlaITIQBsoh"
140140
glue_job_name = "Cash Collection Date"
141141
output_folder_name = "g-drive"
142142
raw_zone_bucket_id = module.raw_zone_data_source.bucket_id
143-
input_file_name = "Cash_Collection/cash_collection_dec_2025.csv"
143+
input_file_name = "Cash_Collection/cash_collection_dec_2023.csv"
144144
ingestion_schedule = "cron(0 21 * * ? *)"
145145
enable_bookmarking = true
146146
worksheets = {

0 commit comments

Comments
 (0)