Skip to content

Commit cbce2b9

Browse files
authored
Update 09-spreadsheet-imports-from-g-drive.tf
forecasting data update
1 parent 931c601 commit cbce2b9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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 = "1i4YDNYJVcM6N-7Qhes1O7gO6ng00qdBu"
1131+
google_drive_document_id = "1KvjRjKA_IE_IHKLWHfMr3x-Me1TpF8pC"
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_oct_2025.csv"
1135+
input_file_name = "parking_permit_by_emmission_band/Parking_Permit_by_emmission_band_oct_2025_update.csv"
11361136
ingestion_schedule = "cron(0 21 * * ? *)"
11371137
enable_bookmarking = true
11381138
tags = module.tags.values

0 commit comments

Comments
 (0)