Skip to content

Commit 0052d97

Browse files
authored
Update 09-spreadsheet-imports-from-g-drive.tf
Jan 2026 financial update 04-02-2026
1 parent 2096ed7 commit 0052d97

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 = "1t2Wwa4Wne7gGb18YNidrAqlaITIQBsoh"
139+
google_drive_document_id = "1X-D03Qlw3ZZvQc_bt1Yo-wzI_dZkEMHB"
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_2023.csv"
143+
input_file_name = "Cash_Collection/cash_collection_jan_2026.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 = "1xAJpyZbXTMXGmQ34SY4_HnYszO7VlMTA"
175+
google_drive_document_id = "10dYVRLJUwlcs6pgDr-nRz27mHB4GTzob"
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_dec_2025.csv"
179+
input_file_name = "Cedar_Backing_Data/Cedar_Backing_jan_2026.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 = "1LlRTS73sz-C-Ob8Anz_Zlpn0jssYb5Is"
211+
google_drive_document_id = "1xMcjFQY50XwUtwRTx03zru85-1STK1__"
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_dec_2025.csv"
215+
input_file_name = "Cedar_Parking_Payments/Cedar_Parking_Payments_jan_2026.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 = "1e8HuVOpOWp-rA4KM29VVw0OZtt7FtEjO"
247+
google_drive_document_id = "1SaJeCX-Tkl222ZRxk0huWFuJe5qdmjSE"
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_dec_2025.csv"
251+
input_file_name = "CityPay_Payments/Citypay_import_jan_2026.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 = "1mpE_ALknS20rnqph4OScvLXQIjGcIar-"
283+
google_drive_document_id = "1KLVXytifAyRQtTeDWKUz_pn-_UiDMyEe"
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_dec_2025.csv"
287+
input_file_name = "Ringgo_Daily/ringgo_jan_2026.csv"
288288
ingestion_schedule = "cron(0 21 * * ? *)"
289289
enable_bookmarking = true
290290
worksheets = {

0 commit comments

Comments
 (0)