Skip to content

Commit 7cff5f0

Browse files
authored
Update 09-spreadsheet-imports-from-g-drive.tf (#2420)
ringgo update august 2025
1 parent e382147 commit 7cff5f0

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
@@ -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 = "1lcYXdGEdlM9X6mJVvFEZBfGvKzmSwdvm"
362+
google_drive_document_id = "15rxmV-Bnin2u91oikZvxoRKzm-u7iDaU"
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_july_2025.csv"
366+
input_file_name = "Ringgo_Daily/ringgo_aug_2025.csv"
367367
ingestion_schedule = "cron(0 21 * * ? *)"
368368
enable_bookmarking = true
369369
worksheets = {

0 commit comments

Comments
 (0)