Skip to content

Commit

Permalink
Merge pull request #2016 from LBHackney-IT/daclarkelbh-patch-1
Browse files Browse the repository at this point in the history
Update 08-google-sheets-imports.tf
  • Loading branch information
daclarkelbh authored Dec 9, 2024
2 parents 13d53c8 + d790d97 commit 1e73029
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/etl/08-google-sheets-imports.tf
Original file line number Diff line number Diff line change
Expand Up @@ -967,6 +967,6 @@ module "diplomatic_country_vrm_prefix_data_load" {
google_sheets_worksheet_name = "diplomatic_country_vrm_prefix_data_load"
department = module.department_parking_data_source
dataset_name = "diplomatic_country_vrm_prefix_data_load"
google_sheet_import_schedule = "cron(0 4 * * 1)"
google_sheet_import_schedule = "cron(0 4 ? * MON *)"
spark_ui_output_storage_id = module.spark_ui_output_storage_data_source.bucket_id
}

0 comments on commit 1e73029

Please sign in to comment.