Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update 09-spreadsheet-imports-from-g-drive.tf #2031

Merged
merged 1 commit into from
Dec 19, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions terraform/etl/09-spreadsheet-imports-from-g-drive.tf
Original file line number Diff line number Diff line change
Expand Up @@ -992,11 +992,11 @@ module "interim_cycle_wait_list" {
landing_zone_bucket_id = module.landing_zone_data_source.bucket_id
landing_zone_kms_key_arn = module.landing_zone_data_source.kms_key_arn
landing_zone_bucket_arn = module.landing_zone_data_source.bucket_arn
google_drive_document_id = "1EFk08b0_eN0BJ_eAYUWKlhTLnhGeU6Oa"
google_drive_document_id = "1ObXnGJmYS04j1-lBQiz3-kSwuP5BvXFz"
glue_job_name = "interim_cycle_wait_list"
output_folder_name = "g-drive"
raw_zone_bucket_id = module.raw_zone_data_source.bucket_id
input_file_name = "Interim_Cycle_Hangar_Wait_List/interim_cycle_wait_list @ 17-12-2024.csv"
input_file_name = "Interim_Cycle_Hangar_Wait_List/interim_cycle_wait_list @ 19-11-2024.csv"
ingestion_schedule = "cron(0 21 * * ? *)"
enable_bookmarking = true
worksheets = {
Expand Down
Loading