Skip to content

Commit 583338f

Browse files
author
ryanbratten
committed
Incorrect directory
1 parent 36ba6cc commit 583338f

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

terraform/etl/09-spreadsheet-imports-from-g-drive.tf

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ module "Cash_Collection_Date" {
240240
landing_zone_bucket_arn = module.landing_zone_data_source.bucket_arn
241241
google_drive_document_id = "1jHeuAW4VVLv9shz9Y7rsktulNJLBXfTP"
242242
glue_job_name = "Cash Collection Date"
243-
output_folder_name = "g-drive"
243+
output_folder_name = "g-drive/Cash_Collection"
244244
raw_zone_bucket_id = module.raw_zone_data_source.bucket_id
245245
input_file_name = "Cash_Collection_Date_June_2022.csv"
246246
ingestion_schedule = "cron(0 22 * * ? *)"
@@ -274,7 +274,7 @@ module "Cedar_Backing_Data" {
274274
landing_zone_bucket_arn = module.landing_zone_data_source.bucket_arn
275275
google_drive_document_id = "1J-Ej_yCsLeZMc-76JpS-16GSZxHy0pK7"
276276
glue_job_name = "Cedar Backing Data"
277-
output_folder_name = "g-drive"
277+
output_folder_name = "g-drive/Cedar_Backing_Data"
278278
raw_zone_bucket_id = module.raw_zone_data_source.bucket_id
279279
input_file_name = "Cedar Backing June 2022.csv"
280280
ingestion_schedule = "cron(0 22 * * ? *)"
@@ -308,7 +308,7 @@ module "Cedar_Parking_Payments" {
308308
landing_zone_bucket_arn = module.landing_zone_data_source.bucket_arn
309309
google_drive_document_id = "1H6pEWYOOu4_WwD_IVoLU5SGFiT1Kih3P"
310310
glue_job_name = "Cedar Parking Payments"
311-
output_folder_name = "g-drive"
311+
output_folder_name = "g-drive/Cedar_Parking_Payments"
312312
raw_zone_bucket_id = module.raw_zone_data_source.bucket_id
313313
input_file_name = "Cedar_Parking_Payments_June_2022.csv"
314314
ingestion_schedule = "cron(0 22 * * ? *)"
@@ -342,7 +342,7 @@ module "Citypay_Import" {
342342
landing_zone_bucket_arn = module.landing_zone_data_source.bucket_arn
343343
google_drive_document_id = "17cZQXvvrvcm0gy6AWlcpYGPQbsESjFwO"
344344
glue_job_name = "Citypay Import"
345-
output_folder_name = "g-drive"
345+
output_folder_name = "g-drive/CityPay_Payments"
346346
raw_zone_bucket_id = module.raw_zone_data_source.bucket_id
347347
input_file_name = "Citypay_Import_June_2022.csv"
348348
ingestion_schedule = "cron(0 22 * * ? *)"
@@ -376,7 +376,7 @@ module "Ringgo_Daily_Transactions" {
376376
landing_zone_bucket_arn = module.landing_zone_data_source.bucket_arn
377377
google_drive_document_id = "1lNC6CyXG635mqC6dk3C_8kWSUnfNicsB"
378378
glue_job_name = "Ringg Daily Transactions"
379-
output_folder_name = "g-drive"
379+
output_folder_name = "g-drive/Ringgo_Daily"
380380
raw_zone_bucket_id = module.raw_zone_data_source.bucket_id
381381
input_file_name = "Ringgo_Daily_June_2022.csv"
382382
ingestion_schedule = "cron(0 22 * * ? *)"
@@ -410,7 +410,7 @@ module "Ringgo_session_forecast" {
410410
landing_zone_bucket_arn = module.landing_zone_data_source.bucket_arn
411411
google_drive_document_id = "1Ybt4AeHR0IKFKxTRDvCP_7nkRlmHZnKB"
412412
glue_job_name = "Ringgo session forecast"
413-
output_folder_name = "g-drive"
413+
output_folder_name = "g-drive/Ringgo_Session_Forecast"
414414
raw_zone_bucket_id = module.raw_zone_data_source.bucket_id
415415
input_file_name = "Ringgo_session_forecast.csv"
416416
ingestion_schedule = "cron(0 22 * * ? *)"
@@ -444,7 +444,7 @@ module "Voucher_Import" {
444444
landing_zone_bucket_arn = module.landing_zone_data_source.bucket_arn
445445
google_drive_document_id = "1pfhf2F7gwKf2hdcK_pda16KUOS_Pi6PY"
446446
glue_job_name = "Voucher Import"
447-
output_folder_name = "g-drive"
447+
output_folder_name = "g-drive/Visitor_Voucher_Forecast"
448448
raw_zone_bucket_id = module.raw_zone_data_source.bucket_id
449449
input_file_name = "Voucher Import.csv"
450450
ingestion_schedule = "cron(0 22 * * ? *)"

0 commit comments

Comments
 (0)