Skip to content

Commit 5b0455e

Browse files
authored
Update 09-spreadsheet-imports-from-g-drive.tf (#2587)
November financial update
1 parent 4f02a5e commit 5b0455e

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

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

Lines changed: 10 additions & 10 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 = "1sX1OKTT7-RJ2_JlqS5JYO7kwsVu31CoF"
139+
google_drive_document_id = "1U3vOLQrPj5K-hvxMt-f40PINHQe5bNje"
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_oct_2025.csv"
143+
input_file_name = "Cash_Collection/cash_collection_nov_2025.csv"
144144
ingestion_schedule = "cron(0 21 * * ? *)"
145145
enable_bookmarking = true
146146
worksheets = {
@@ -172,11 +172,11 @@ module "Cedar_Backing_Data" {
172172
landing_zone_bucket_id = module.landing_zone_data_source.bucket_id
173173
landing_zone_kms_key_arn = module.landing_zone_data_source.kms_key_arn
174174
landing_zone_bucket_arn = module.landing_zone_data_source.bucket_arn
175-
google_drive_document_id = "1cOkYaFLSxqKyXcIYTRIz7-7Wr3DnZzbs"
175+
google_drive_document_id = "1HlLxvoV_XhZQP_vKwlx9rFXnmsxXdMmu"
176176
glue_job_name = "Cedar Backing Data"
177177
output_folder_name = "g-drive"
178178
raw_zone_bucket_id = module.raw_zone_data_source.bucket_id
179-
input_file_name = "Cedar_Backing_Data/Cedar_Backing_oct_2025.csv"
179+
input_file_name = "Cedar_Backing_Data/Cedar_Backing_nov_2025.csv"
180180
ingestion_schedule = "cron(0 21 * * ? *)"
181181
enable_bookmarking = true
182182
worksheets = {
@@ -208,11 +208,11 @@ module "Cedar_Parking_Payments" {
208208
landing_zone_bucket_id = module.landing_zone_data_source.bucket_id
209209
landing_zone_kms_key_arn = module.landing_zone_data_source.kms_key_arn
210210
landing_zone_bucket_arn = module.landing_zone_data_source.bucket_arn
211-
google_drive_document_id = "1ShbqPMCVjuqXByvI3J2myMWew490WkLZ"
211+
google_drive_document_id = "1_P8bH_HHYSwxHAgLRm4VUC3M7YTyr58b"
212212
glue_job_name = "Cedar Parking Payments"
213213
output_folder_name = "g-drive"
214214
raw_zone_bucket_id = module.raw_zone_data_source.bucket_id
215-
input_file_name = "Cedar_Parking_Payments/Cedar_Parking_Payments_Oct_2025.csv"
215+
input_file_name = "Cedar_Parking_Payments/Cedar_Parking_Payments_nov_2025.csv"
216216
ingestion_schedule = "cron(0 21 * * ? *)"
217217
enable_bookmarking = true
218218
worksheets = {
@@ -244,11 +244,11 @@ module "Citypay_Import" {
244244
landing_zone_bucket_id = module.landing_zone_data_source.bucket_id
245245
landing_zone_kms_key_arn = module.landing_zone_data_source.kms_key_arn
246246
landing_zone_bucket_arn = module.landing_zone_data_source.bucket_arn
247-
google_drive_document_id = "1Ze-Hu_mwvp9pex-yPyU09cbd0RmqWCj2"
247+
google_drive_document_id = "1B9ysR7dsN-TsZagYIJt2soI9QSJ8hETw"
248248
glue_job_name = "Citypay Import"
249249
output_folder_name = "g-drive"
250250
raw_zone_bucket_id = module.raw_zone_data_source.bucket_id
251-
input_file_name = "CityPay_Payments/Citypay_import_oct_2025.csv"
251+
input_file_name = "CityPay_Payments/Citypay_import_nov_2025.csv"
252252
ingestion_schedule = "cron(0 21 * * ? *)"
253253
enable_bookmarking = true
254254
worksheets = {
@@ -280,11 +280,11 @@ module "Ringgo_Daily_Transactions" {
280280
landing_zone_bucket_id = module.landing_zone_data_source.bucket_id
281281
landing_zone_kms_key_arn = module.landing_zone_data_source.kms_key_arn
282282
landing_zone_bucket_arn = module.landing_zone_data_source.bucket_arn
283-
google_drive_document_id = "1B4sf913cgKSiZgqVdwo8pt62IPrAuKh7"
283+
google_drive_document_id = "1iUHEw_nv_QySeO2YkrAZKb7quNioDzMD"
284284
glue_job_name = "Ringgo Daily Transactions"
285285
output_folder_name = "g-drive"
286286
raw_zone_bucket_id = module.raw_zone_data_source.bucket_id
287-
input_file_name = "Ringgo_Daily/ringgo_sept_2025_again.csv"
287+
input_file_name = "Ringgo_Daily/ringgo_nov_2025.csv"
288288
ingestion_schedule = "cron(0 21 * * ? *)"
289289
enable_bookmarking = true
290290
worksheets = {

0 commit comments

Comments
 (0)