Skip to content

Commit 521f66f

Browse files
authored
change the sheet id and worksheet name - parking defect management (#2086)
1 parent e440f31 commit 521f66f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

terraform/etl/08-google-sheets-imports.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,8 @@ module "parking_spreadsheet_parking_ops_db_defects_mgt" {
101101
glue_crawler_excluded_blobs = local.glue_crawler_excluded_blobs
102102
google_sheets_import_script_key = aws_s3_object.google_sheets_import_script.key
103103
bucket_id = module.raw_zone_data_source.bucket_id
104-
google_sheets_document_id = "158a8akavRN3nuYm04tyUac-zVZAOjLiPU4O8tCrPYpw"
105-
google_sheets_worksheet_name = "dp_data_import"
104+
google_sheets_document_id = "1Ef7pNfYhnzPJsh59DuDyiC97pytm5q7hXY0TlBufJF8"
105+
google_sheets_worksheet_name = "Defect management"
106106
department = module.department_parking_data_source
107107
dataset_name = "parking_ops_db_defects_mgt"
108108
google_sheet_import_schedule = "cron(0 6 ? * * *)"

0 commit comments

Comments
 (0)