Skip to content

Commit 3cec021

Browse files
authored
Update 09-spreadsheet-imports-from-g-drive.tf (#2385)
Monthly data upload (Financial & Bailiff) AND Ops button update
1 parent 4aabadc commit 3cec021

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

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

Lines changed: 16 additions & 16 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 = "1CkyCTVoOQe_7vNVqB8dh08y2OjGzkVyR"
218+
google_drive_document_id = "1QVSmuTlpQdJKbqOUdK73YKRHO-GXy7sP"
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_june_2025.csv"
222+
input_file_name = "Cash_Collection/cash_collection_july_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 = "1mXIYwISJKwKETSEN3Sb4j0umZOkgJDnk"
254+
google_drive_document_id = "145bHw_rBGU4MJxTU3YbpCc6QWT9M85HR"
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_june_update_2025.csv"
258+
input_file_name = "Cedar_Backing_Data/Cedar_Backing_july_update_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 = "1JBNctbY6sVej5DjDIyety-21hKPWBmqf"
290+
google_drive_document_id = "1gmhMW4sb1SzJ3-tiXiIwDzGWd8UcoXYP"
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_june_2025.csv"
294+
input_file_name = "Cedar_Parking_Payments/Cedar_Parking_Payments_july_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 = "1moSwmrVS3rgq0dL0VpMTGLRcCvZvqwFy"
326+
google_drive_document_id = "1hzxS3E0B0qw84pG-P3sDwT-V1C6WXHdr"
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_june_2025.csv"
330+
input_file_name = "CityPay_Payments/Citypay_import_july_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 = "1JV_821UxEZm7S12Cm1rZ-ScZGZic7yvE"
362+
google_drive_document_id = "1lcYXdGEdlM9X6mJVvFEZBfGvKzmSwdvm"
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_june_2025.csv"
366+
input_file_name = "Ringgo_Daily/ringgo_july_2025.csv"
367367
ingestion_schedule = "cron(0 21 * * ? *)"
368368
enable_bookmarking = true
369369
worksheets = {
@@ -747,11 +747,11 @@ module "bailiff_return" {
747747
landing_zone_bucket_id = module.landing_zone_data_source.bucket_id
748748
landing_zone_kms_key_arn = module.landing_zone_data_source.kms_key_arn
749749
landing_zone_bucket_arn = module.landing_zone_data_source.bucket_arn
750-
google_drive_document_id = "1fe6kYfUcDzn-2PECWztMgexgTyHQ4wHH"
750+
google_drive_document_id = "110vpz5eLNtuaxYeTPSXsGsOb160Y9JOh"
751751
glue_job_name = "bailiff_return"
752752
output_folder_name = "g-drive"
753753
raw_zone_bucket_id = module.raw_zone_data_source.bucket_id
754-
input_file_name = "bailiff_return/Bailiff_return @ 30-06-2025.csv"
754+
input_file_name = "bailiff_return/Bailiff_return @ 28-07-2025.csv"
755755
ingestion_schedule = "cron(0 21 * * ? *)"
756756
enable_bookmarking = true
757757
worksheets = {
@@ -782,11 +782,11 @@ module "bailiff_allocation" {
782782
landing_zone_bucket_id = module.landing_zone_data_source.bucket_id
783783
landing_zone_kms_key_arn = module.landing_zone_data_source.kms_key_arn
784784
landing_zone_bucket_arn = module.landing_zone_data_source.bucket_arn
785-
google_drive_document_id = "1cn3NvQWI6IJQ3Q15YxvXSDf_v1QAzZ2n"
785+
google_drive_document_id = "18bL0dy8CaBLD4Q0E5ztcdUPNZXyfg-NE"
786786
glue_job_name = "bailiff_allocation"
787787
output_folder_name = "g-drive"
788788
raw_zone_bucket_id = module.raw_zone_data_source.bucket_id
789-
input_file_name = "bailiff_allocation/Bailiff Allocation @ 30-06-2025.csv"
789+
input_file_name = "bailiff_allocation/Bailiff Allocation @ 28-07-2025.csv"
790790
ingestion_schedule = "cron(0 21 * * ? *)"
791791
enable_bookmarking = true
792792
worksheets = {
@@ -1243,11 +1243,11 @@ module "ops_dashboard_link" {
12431243
landing_zone_bucket_id = module.landing_zone_data_source.bucket_id
12441244
landing_zone_kms_key_arn = module.landing_zone_data_source.kms_key_arn
12451245
landing_zone_bucket_arn = module.landing_zone_data_source.bucket_arn
1246-
google_drive_document_id = "1i8zOtKMVQkGrS01L-fKTc5k6F5MhjBMR"
1246+
google_drive_document_id = "1xjMwTWH2C2cW_Te8ErHRm3ICluv7c9TC"
12471247
glue_job_name = "ops_dashboard_link"
12481248
output_folder_name = "g-drive"
12491249
raw_zone_bucket_id = module.raw_zone_data_source.bucket_id
1250-
input_file_name = "ops_button/ops_dashboard_link_06_08_2025.csv"
1250+
input_file_name = "ops_button/ops_dashboard_link_08_08_2025.csv"
12511251
ingestion_schedule = "cron(0 21 * * ? *)"
12521252
enable_bookmarking = true
12531253
tags = module.tags.values

0 commit comments

Comments
 (0)