Skip to content

Commit b9b6527

Browse files
authored
Update 09-spreadsheet-imports-from-g-drive.tf (#2037)
December financial update
1 parent 44f3d87 commit b9b6527

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
@@ -215,11 +215,11 @@ module "Cash_Collection_Date" {
215215
landing_zone_bucket_id = module.landing_zone_data_source.bucket_id
216216
landing_zone_kms_key_arn = module.landing_zone_data_source.kms_key_arn
217217
landing_zone_bucket_arn = module.landing_zone_data_source.bucket_arn
218-
google_drive_document_id = "1LdSSa8TniffEwsvQMccD7gar7TB5bKPM"
218+
google_drive_document_id = "1J6ipaHDBgd8mfCwpyFT3gxQtOwMiF7k3"
219219
glue_job_name = "Cash Collection Date"
220220
output_folder_name = "g-drive"
221221
raw_zone_bucket_id = module.raw_zone_data_source.bucket_id
222-
input_file_name = "Cash_Collection/cash_collection_nov_2024.csv"
222+
input_file_name = "Cash_Collection/cash_collection_dec_2024.csv"
223223
ingestion_schedule = "cron(0 21 * * ? *)"
224224
enable_bookmarking = true
225225
worksheets = {
@@ -251,11 +251,11 @@ module "Cedar_Backing_Data" {
251251
landing_zone_bucket_id = module.landing_zone_data_source.bucket_id
252252
landing_zone_kms_key_arn = module.landing_zone_data_source.kms_key_arn
253253
landing_zone_bucket_arn = module.landing_zone_data_source.bucket_arn
254-
google_drive_document_id = "1CJtahacH5qLaItr7JeR3SY3gZSx6HCxz"
254+
google_drive_document_id = "1wv0IVZyVXZ-pNbEf0bBCGuzIgmATohu4"
255255
glue_job_name = "Cedar Backing Data"
256256
output_folder_name = "g-drive"
257257
raw_zone_bucket_id = module.raw_zone_data_source.bucket_id
258-
input_file_name = "Cedar_Backing_Data/Cedar_Backing_nov_2024.csv"
258+
input_file_name = "Cedar_Backing_Data/Cedar_Backing_dec_2024.csv"
259259
ingestion_schedule = "cron(0 21 * * ? *)"
260260
enable_bookmarking = true
261261
worksheets = {
@@ -287,11 +287,11 @@ module "Cedar_Parking_Payments" {
287287
landing_zone_bucket_id = module.landing_zone_data_source.bucket_id
288288
landing_zone_kms_key_arn = module.landing_zone_data_source.kms_key_arn
289289
landing_zone_bucket_arn = module.landing_zone_data_source.bucket_arn
290-
google_drive_document_id = "10Rw1t_0Yvrhq7yocwRiDnjAELeFMOwx6"
290+
google_drive_document_id = "1s06HrDBHgUFsqBMbuXz0rvV5SuX2N_Td"
291291
glue_job_name = "Cedar Parking Payments"
292292
output_folder_name = "g-drive"
293293
raw_zone_bucket_id = module.raw_zone_data_source.bucket_id
294-
input_file_name = "Cedar_Parking_Payments/Cedar_Parking_Payments_nov_update_2024.csv"
294+
input_file_name = "Cedar_Parking_Payments/Cedar_Parking_Payments_dec_2024.csv"
295295
ingestion_schedule = "cron(0 21 * * ? *)"
296296
enable_bookmarking = true
297297
worksheets = {
@@ -323,11 +323,11 @@ module "Citypay_Import" {
323323
landing_zone_bucket_id = module.landing_zone_data_source.bucket_id
324324
landing_zone_kms_key_arn = module.landing_zone_data_source.kms_key_arn
325325
landing_zone_bucket_arn = module.landing_zone_data_source.bucket_arn
326-
google_drive_document_id = "1ekPAL50qbU_IWsME77DulO21oYQgUCU9"
326+
google_drive_document_id = "1p7AWfUgksxdjc5miti2Hj0kFV7T2evOw"
327327
glue_job_name = "Citypay Import"
328328
output_folder_name = "g-drive"
329329
raw_zone_bucket_id = module.raw_zone_data_source.bucket_id
330-
input_file_name = "CityPay_Payments/Citypay_import_nov_2024.csv"
330+
input_file_name = "CityPay_Payments/Citypay_import_dec_2024.csv"
331331
ingestion_schedule = "cron(0 21 * * ? *)"
332332
enable_bookmarking = true
333333
worksheets = {
@@ -359,11 +359,11 @@ module "Ringgo_Daily_Transactions" {
359359
landing_zone_bucket_id = module.landing_zone_data_source.bucket_id
360360
landing_zone_kms_key_arn = module.landing_zone_data_source.kms_key_arn
361361
landing_zone_bucket_arn = module.landing_zone_data_source.bucket_arn
362-
google_drive_document_id = "1L83yEiRsbf87AU9ng_RRX7_m7CfJLHmg"
362+
google_drive_document_id = "14L3vbey-XhoCEte3PHfc237DUqj12oBC"
363363
glue_job_name = "Ringgo Daily Transactions"
364364
output_folder_name = "g-drive"
365365
raw_zone_bucket_id = module.raw_zone_data_source.bucket_id
366-
input_file_name = "Ringgo_Daily/ringgo_november_2024.csv"
366+
input_file_name = "Ringgo_Daily/ringgo_december_2024.csv"
367367
ingestion_schedule = "cron(0 21 * * ? *)"
368368
enable_bookmarking = true
369369
worksheets = {

0 commit comments

Comments
 (0)