Skip to content

Commit 98ff07d

Browse files
authored
Update 09-spreadsheet-imports-from-g-drive.tf (#2244)
April Finance updates
1 parent 2f1d5bd commit 98ff07d

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 = "1TjpQbWjfc9TDSQnWyb5Es7DF4FoOjo5a"
218+
google_drive_document_id = "15cphCq3D1D6rugkYSsrQopqia0fsfQV2"
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_march_2025.csv"
222+
input_file_name = "Cash_Collection/cash_collection_april_2025.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 = "1rBsFdz9gj9VFnsohJFfTyXNJdMpFzPj5"
254+
google_drive_document_id = "1XivMOuEXpBgjvK3MdVz5v_0IyeBIK94p"
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_march_2025 UPDATE.csv"
258+
input_file_name = "Cedar_Backing_Data/Cedar_Backing_april_2025.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 = "1F70HEOSLZ-RrK1rpF9R1EFa8k-7_cDxX"
290+
google_drive_document_id = "1IuBdwozZfaRZRTIRR7GL_SAoRhoBlBOl"
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_march_2025.csv"
294+
input_file_name = "Cedar_Parking_Payments/Cedar_Parking_Payments_april_2025.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 = "1HsOtnIWxGQn-qr_jOciW6njJuQjNkXu7"
326+
google_drive_document_id = "12MPSMThtzw4boXUqkNcC0nFdyzLS2Tv-"
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_march_2025.csv"
330+
input_file_name = "CityPay_Payments/Citypay_import_april_2025.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 = "1Pdrdq6ZX9RrtogC6PZqAAB0Oi_k8eVQc"
362+
google_drive_document_id = "1EUDX-ttOuseuGvcOxX8QIWWgksC6bwNr"
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_march_2025.csv"
366+
input_file_name = "Ringgo_Daily/ringgo_april_2025.csv"
367367
ingestion_schedule = "cron(0 21 * * ? *)"
368368
enable_bookmarking = true
369369
worksheets = {

0 commit comments

Comments
 (0)