Skip to content

Commit

Permalink
Update 09-spreadsheet-imports-from-g-drive.tf (#1534)
Browse files Browse the repository at this point in the history
November Parking Finance update
  • Loading branch information
barnesm707 authored Dec 6, 2023
1 parent 5cee5a9 commit d2279e2
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions terraform/etl/09-spreadsheet-imports-from-g-drive.tf
Original file line number Diff line number Diff line change
Expand Up @@ -215,11 +215,11 @@ module "Cash_Collection_Date" {
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 = "1j4qWkVirlytkONQ9Iwo7nE1_5B2kWJZ6"
google_drive_document_id = "1dJCMMmuABYAGTdWAXe0OFm2Y6Up27P7d"
glue_job_name = "Cash Collection Date"
output_folder_name = "g-drive"
raw_zone_bucket_id = module.raw_zone_data_source.bucket_id
input_file_name = "Cash_Collection/Cash Collection oct 2023.csv"
input_file_name = "Cash_Collection/Cash Collection nov 2023.csv"
ingestion_schedule = "cron(0 21 * * ? *)"
enable_bookmarking = true
worksheets = {
Expand Down Expand Up @@ -251,11 +251,11 @@ module "Cedar_Backing_Data" {
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 = "1UqI55MAp2-Vo3R8-j4CzxRIRgWYeyClo"
google_drive_document_id = "1-XN1Wo3LakDksP6tl0vwAYp3Q3rW_86R"
glue_job_name = "Cedar Backing Data"
output_folder_name = "g-drive"
raw_zone_bucket_id = module.raw_zone_data_source.bucket_id
input_file_name = "Cedar_Backing_Data/Cedar_Backing_oct_2023.csv"
input_file_name = "Cedar_Backing_Data/Cedar_Backing_nov_2023.csv"
ingestion_schedule = "cron(0 21 * * ? *)"
enable_bookmarking = true
worksheets = {
Expand Down Expand Up @@ -287,11 +287,11 @@ module "Cedar_Parking_Payments" {
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 = "1uqZAQVH25-KvfpoH-3Ut-SBP71mBCzlu"
google_drive_document_id = "14vaqUcF7io5cIgZehccYG6EA0okyWhtP"
glue_job_name = "Cedar Parking Payments"
output_folder_name = "g-drive"
raw_zone_bucket_id = module.raw_zone_data_source.bucket_id
input_file_name = "Cedar_Parking_Payments/Cedar_Parking_Payments_oct_2023.csv"
input_file_name = "Cedar_Parking_Payments/Cedar_Parking_Payments_nov_2023.csv"
ingestion_schedule = "cron(0 21 * * ? *)"
enable_bookmarking = true
worksheets = {
Expand Down Expand Up @@ -323,11 +323,11 @@ module "Citypay_Import" {
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 = "1wPnQqYFCaBxgoiA1tALZ7VK0SRMfN6n9"
google_drive_document_id = "1x-H3EzckSoffsjc3TGSp9VqqQkXezVJ5"
glue_job_name = "Citypay Import"
output_folder_name = "g-drive"
raw_zone_bucket_id = module.raw_zone_data_source.bucket_id
input_file_name = "CityPay_Payments/Citypay_import_oct_2023.csv"
input_file_name = "CityPay_Payments/Citypay_import_nov_2023.csv"
ingestion_schedule = "cron(0 21 * * ? *)"
enable_bookmarking = true
worksheets = {
Expand Down Expand Up @@ -359,11 +359,11 @@ module "Ringgo_Daily_Transactions" {
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 = "1xc5_ijJJWtyLI-Q6MeHRHpqsxK1IvMxB"
google_drive_document_id = "1gE-emu8KFjGU5zrGPsK7TJxGeoL0FEIN"
glue_job_name = "Ringgo Daily Transactions"
output_folder_name = "g-drive"
raw_zone_bucket_id = module.raw_zone_data_source.bucket_id
input_file_name = "Ringgo_Daily/Ringgo_Sept_2023.csv"
input_file_name = "Ringgo_Daily/Ringgo_Nov_2023.csv"
ingestion_schedule = "cron(0 21 * * ? *)"
enable_bookmarking = true
worksheets = {
Expand Down

0 comments on commit d2279e2

Please sign in to comment.