Skip to content

Commit fc87a2a

Browse files
authored
Update 09-spreadsheet-imports-from-g-drive.tf (#2549)
Ringgo Sept data loaded again!
1 parent f44913f commit fc87a2a

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
@@ -280,11 +280,11 @@ module "Ringgo_Daily_Transactions" {
280280
landing_zone_bucket_id = module.landing_zone_data_source.bucket_id
281281
landing_zone_kms_key_arn = module.landing_zone_data_source.kms_key_arn
282282
landing_zone_bucket_arn = module.landing_zone_data_source.bucket_arn
283-
google_drive_document_id = "1ccYohdFen6o-NTt-7CE4eA3ucUjtWhK-"
283+
google_drive_document_id = "1B4sf913cgKSiZgqVdwo8pt62IPrAuKh7"
284284
glue_job_name = "Ringgo Daily Transactions"
285285
output_folder_name = "g-drive"
286286
raw_zone_bucket_id = module.raw_zone_data_source.bucket_id
287-
input_file_name = "Ringgo_Daily/ringgo_oct_2025.csv"
287+
input_file_name = "Ringgo_Daily/ringgo_sept_2025_again.csv"
288288
ingestion_schedule = "cron(0 21 * * ? *)"
289289
enable_bookmarking = true
290290
worksheets = {

0 commit comments

Comments
 (0)