Skip to content

Commit 1e6ae32

Browse files
authored
Update 09-spreadsheet-imports-from-g-drive.tf (#2572)
Parking forecasting @ Oct 2025
1 parent 7854624 commit 1e6ae32

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

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

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -948,11 +948,11 @@ module "parking_ringgo_fuel_type_monthly" {
948948
landing_zone_bucket_id = module.landing_zone_data_source.bucket_id
949949
landing_zone_kms_key_arn = module.landing_zone_data_source.kms_key_arn
950950
landing_zone_bucket_arn = module.landing_zone_data_source.bucket_arn
951-
google_drive_document_id = "1zt7ktzK5iM_I47WPh2idVOoYjiIpSfvF"
951+
google_drive_document_id = "1U-3Wy1bYsfCL4AZS7RhsvBV9YzDFc-wx"
952952
glue_job_name = "parking_ringgo_fuel_type_monthly"
953953
output_folder_name = "g-drive"
954954
raw_zone_bucket_id = module.raw_zone_data_source.bucket_id
955-
input_file_name = "parking_ringgo_fuel_type_monthly/parking_ringgo_fuel_type_monthly_july_2025.csv"
955+
input_file_name = "parking_ringgo_fuel_type_monthly/parking_ringgo_fuel_type_monthly_oct_2025.csv"
956956
ingestion_schedule = "cron(0 21 * * ? *)"
957957
enable_bookmarking = true
958958
tags = module.tags.values
@@ -984,11 +984,11 @@ module "parking_visitor_voucher_monthly_review" {
984984
landing_zone_bucket_id = module.landing_zone_data_source.bucket_id
985985
landing_zone_kms_key_arn = module.landing_zone_data_source.kms_key_arn
986986
landing_zone_bucket_arn = module.landing_zone_data_source.bucket_arn
987-
google_drive_document_id = "1zdMNJVC6_AstRn8gT5RsQjgmozP2FAXS"
987+
google_drive_document_id = "1XJT9X63PQThb8WH7eLMROZ2ZS9xzvEK2"
988988
glue_job_name = "parking_visitor_voucher_monthly_review"
989989
output_folder_name = "g-drive"
990990
raw_zone_bucket_id = module.raw_zone_data_source.bucket_id
991-
input_file_name = "parking_visitor_voucher_monthly_review/Parking_Visitor_Voucher_Monthly_Review_july_2025.csv"
991+
input_file_name = "parking_visitor_voucher_monthly_review/Parking_Visitor_Voucher_Monthly_Review_oct_2025.csv"
992992
ingestion_schedule = "cron(0 21 * * ? *)"
993993
enable_bookmarking = true
994994
tags = module.tags.values
@@ -1020,11 +1020,11 @@ module "parking_trends_co2_emissions_monthly" {
10201020
landing_zone_bucket_id = module.landing_zone_data_source.bucket_id
10211021
landing_zone_kms_key_arn = module.landing_zone_data_source.kms_key_arn
10221022
landing_zone_bucket_arn = module.landing_zone_data_source.bucket_arn
1023-
google_drive_document_id = "1neBlzaIsI3PJ24dXCjzEODmTGudneA48"
1023+
google_drive_document_id = "16VnD2z3pL53iCNzlvX-3m6J5WBFgzjyY"
10241024
glue_job_name = "parking_trends_co2_emissions_monthly"
10251025
output_folder_name = "g-drive"
10261026
raw_zone_bucket_id = module.raw_zone_data_source.bucket_id
1027-
input_file_name = "parking_trends_co2_emissions_monthly/Parking_Trends_CO2_emissions_Monthly_july_2025.csv"
1027+
input_file_name = "parking_trends_co2_emissions_monthly/Parking_Trends_CO2_emissions_Monthly_oct_2025.csv"
10281028
ingestion_schedule = "cron(0 21 * * ? *)"
10291029
enable_bookmarking = true
10301030
tags = module.tags.values
@@ -1056,11 +1056,11 @@ module "parking_permit_diesel_trends_as_of_1st_of_month" {
10561056
landing_zone_bucket_id = module.landing_zone_data_source.bucket_id
10571057
landing_zone_kms_key_arn = module.landing_zone_data_source.kms_key_arn
10581058
landing_zone_bucket_arn = module.landing_zone_data_source.bucket_arn
1059-
google_drive_document_id = "1Emj3i_gc_L8zlMn7oQj3W0DvS-KPsujc"
1059+
google_drive_document_id = "1TWEA8XRwOOXv0c1Dn6atMD8w1zZBDgnU"
10601060
glue_job_name = "parking_permit_diesel_trends_as_of_1st_of_month"
10611061
output_folder_name = "g-drive"
10621062
raw_zone_bucket_id = module.raw_zone_data_source.bucket_id
1063-
input_file_name = "parking_permit_diesel_trends_as_of_1st_of_month/Parking_Permit_diesel_Trends_as_of_1st_of_month_july_2025.csv"
1063+
input_file_name = "parking_permit_diesel_trends_as_of_1st_of_month/Parking_Permit_diesel_Trends_as_of_1st_of_month_oct_2025.csv"
10641064
ingestion_schedule = "cron(0 21 * * ? *)"
10651065
enable_bookmarking = true
10661066
tags = module.tags.values
@@ -1092,11 +1092,11 @@ module "parking_permit_co2_gt_150_by_month" {
10921092
landing_zone_bucket_id = module.landing_zone_data_source.bucket_id
10931093
landing_zone_kms_key_arn = module.landing_zone_data_source.kms_key_arn
10941094
landing_zone_bucket_arn = module.landing_zone_data_source.bucket_arn
1095-
google_drive_document_id = "1d6BU7Wk3erwsyJ7KgF7-PovP4q8ZzsCK"
1095+
google_drive_document_id = "1kGJYwV87ve6fxpVVPcpq_ImJg6QCyYuY"
10961096
glue_job_name = "parking_permit_co2_gt_150_by_month"
10971097
output_folder_name = "g-drive"
10981098
raw_zone_bucket_id = module.raw_zone_data_source.bucket_id
1099-
input_file_name = "parking_permit_co2_gt_150_by_month/Parking_Permit_Co2_GT_150_By_Month_july_2025.csv"
1099+
input_file_name = "parking_permit_co2_gt_150_by_month/Parking_Permit_Co2_GT_150_By_Month_oct_2025.csv"
11001100
ingestion_schedule = "cron(0 21 * * ? *)"
11011101
enable_bookmarking = true
11021102
tags = module.tags.values
@@ -1128,11 +1128,11 @@ module "parking_permit_by_emmission_band" {
11281128
landing_zone_bucket_id = module.landing_zone_data_source.bucket_id
11291129
landing_zone_kms_key_arn = module.landing_zone_data_source.kms_key_arn
11301130
landing_zone_bucket_arn = module.landing_zone_data_source.bucket_arn
1131-
google_drive_document_id = "1TORBxgu3TvNeNuZNR60eLenZ34SLHl_z"
1131+
google_drive_document_id = "1i4YDNYJVcM6N-7Qhes1O7gO6ng00qdBu"
11321132
glue_job_name = "parking_permit_by_emmission_band"
11331133
output_folder_name = "g-drive"
11341134
raw_zone_bucket_id = module.raw_zone_data_source.bucket_id
1135-
input_file_name = "parking_permit_by_emmission_band/Parking_Permit_by_emmission_band_july_2025.csv"
1135+
input_file_name = "parking_permit_by_emmission_band/Parking_Permit_by_emmission_band_oct_2025.csv"
11361136
ingestion_schedule = "cron(0 21 * * ? *)"
11371137
enable_bookmarking = true
11381138
tags = module.tags.values

0 commit comments

Comments
 (0)