Skip to content

Commit c844e0d

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

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

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

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -240,9 +240,9 @@ 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/Cash_Collection"
243+
output_folder_name = "g-drive"
244244
raw_zone_bucket_id = module.raw_zone_data_source.bucket_id
245-
input_file_name = "Cash_Collection_Date_June_2022.csv"
245+
input_file_name = "Cash_Collection/Cash_Collection_Date_June_2022.csv"
246246
ingestion_schedule = "cron(0 22 * * ? *)"
247247
enable_bookmarking = true
248248
worksheets = {
@@ -274,9 +274,9 @@ 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/Cedar_Backing_Data"
277+
output_folder_name = "g-drive"
278278
raw_zone_bucket_id = module.raw_zone_data_source.bucket_id
279-
input_file_name = "Cedar Backing June 2022.csv"
279+
input_file_name = "Cedar_Backing_Data/Cedar Backing June 2022.csv"
280280
ingestion_schedule = "cron(0 22 * * ? *)"
281281
enable_bookmarking = true
282282
worksheets = {
@@ -308,9 +308,9 @@ 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/Cedar_Parking_Payments"
311+
output_folder_name = "g-drive"
312312
raw_zone_bucket_id = module.raw_zone_data_source.bucket_id
313-
input_file_name = "Cedar_Parking_Payments_June_2022.csv"
313+
input_file_name = "Cedar_Parking_Payments/Cedar_Parking_Payments_June_2022.csv"
314314
ingestion_schedule = "cron(0 22 * * ? *)"
315315
enable_bookmarking = true
316316
worksheets = {
@@ -342,9 +342,9 @@ 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/CityPay_Payments"
345+
output_folder_name = "g-drive"
346346
raw_zone_bucket_id = module.raw_zone_data_source.bucket_id
347-
input_file_name = "Citypay_Import_June_2022.csv"
347+
input_file_name = "CityPay_Payments/Citypay_Import_June_2022.csv"
348348
ingestion_schedule = "cron(0 22 * * ? *)"
349349
enable_bookmarking = true
350350
worksheets = {
@@ -376,9 +376,9 @@ 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/Ringgo_Daily"
379+
output_folder_name = "g-drive"
380380
raw_zone_bucket_id = module.raw_zone_data_source.bucket_id
381-
input_file_name = "Ringgo_Daily_June_2022.csv"
381+
input_file_name = "Ringgo_Daily/Ringgo_Daily_June_2022.csv"
382382
ingestion_schedule = "cron(0 22 * * ? *)"
383383
enable_bookmarking = true
384384
worksheets = {
@@ -410,9 +410,9 @@ 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/Ringgo_Session_Forecast"
413+
output_folder_name = "g-drive"
414414
raw_zone_bucket_id = module.raw_zone_data_source.bucket_id
415-
input_file_name = "Ringgo_session_forecast.csv"
415+
input_file_name = "Ringgo_Session_Forecast/Ringgo_session_forecast.csv"
416416
ingestion_schedule = "cron(0 22 * * ? *)"
417417
enable_bookmarking = true
418418
worksheets = {
@@ -444,9 +444,9 @@ 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/Visitor_Voucher_Forecast"
447+
output_folder_name = "g-drive"
448448
raw_zone_bucket_id = module.raw_zone_data_source.bucket_id
449-
input_file_name = "Voucher Import.csv"
449+
input_file_name = "Visitor_Voucher_Forecast/Voucher Import.csv"
450450
ingestion_schedule = "cron(0 22 * * ? *)"
451451
enable_bookmarking = true
452452
worksheets = {

0 commit comments

Comments
 (0)