Skip to content

Commit

Permalink
additional financial info sheets (#1458)
Browse files Browse the repository at this point in the history
  • Loading branch information
barnesm707 authored Oct 17, 2023
1 parent 783a917 commit aca23c2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions terraform/etl/09-spreadsheet-imports-from-g-drive.tf
Original file line number Diff line number Diff line change
Expand Up @@ -642,11 +642,11 @@ module "unmatched_cedar_batches" {
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 = "1fh2SJPXjbmN1ZBuGtXJjUUqkjTUBN3sX"
google_drive_document_id = "1huO76P35Jwv6uG9KfaHzq70110K6mH3J"
glue_job_name = "unmatched_cedar_batches"
output_folder_name = "g-drive"
raw_zone_bucket_id = module.raw_zone_data_source.bucket_id
input_file_name = "unmatched_cedar_batches/unmatched_cedar_batch_mar_2023.csv"
input_file_name = "unmatched_cedar_batches/unmatched_cedar_batch_sept_2023.csv"
ingestion_schedule = "cron(0 21 * * ? *)"
enable_bookmarking = true
worksheets = {
Expand Down Expand Up @@ -677,11 +677,11 @@ module "unmatched_citypay_batches" {
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 = "1NORfR__LCU1TepQQ8E40DNr5VhAd08SA"
google_drive_document_id = "1FCXFBYqqg7_GOT2ExB1I47fhQM0z7Lk8"
glue_job_name = "unmatched_citypay_batches"
output_folder_name = "g-drive"
raw_zone_bucket_id = module.raw_zone_data_source.bucket_id
input_file_name = "unmatched_citypay_batches/citypay_unmatched_batches_mar_2023.csv"
input_file_name = "unmatched_citypay_batches/citypay_unmatched_batches_sept_2023.csv"
ingestion_schedule = "cron(0 21 * * ? *)"
enable_bookmarking = true
worksheets = {
Expand Down

0 comments on commit aca23c2

Please sign in to comment.