Skip to content

Commit 755aeb4

Browse files
authored
Update 09-spreadsheet-imports-from-g-drive.tf (#2208)
Ringgo forecast update
1 parent d82405c commit 755aeb4

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
@@ -1027,11 +1027,11 @@ module "parking_ringgo_fuel_type_monthly" {
10271027
landing_zone_bucket_id = module.landing_zone_data_source.bucket_id
10281028
landing_zone_kms_key_arn = module.landing_zone_data_source.kms_key_arn
10291029
landing_zone_bucket_arn = module.landing_zone_data_source.bucket_arn
1030-
google_drive_document_id = "1qwC8mv1y_8-7vSwqnG6uf4qpLRkjTsN5"
1030+
google_drive_document_id = "14cJpY1aCQ-1hc-1cIgEmKjioG15pgRUA"
10311031
glue_job_name = "parking_ringgo_fuel_type_monthly"
10321032
output_folder_name = "g-drive"
10331033
raw_zone_bucket_id = module.raw_zone_data_source.bucket_id
1034-
input_file_name = "parking_ringgo_fuel_type_monthly/parking_ringgo_fuel_type_monthly_Feb_2025.csv"
1034+
input_file_name = "parking_ringgo_fuel_type_monthly/parking_ringgo_fuel_type_monthly_March_2025.csv"
10351035
ingestion_schedule = "cron(0 21 * * ? *)"
10361036
enable_bookmarking = true
10371037
tags = module.tags.values

0 commit comments

Comments
 (0)