Skip to content

Commit f4df724

Browse files
authored
Merge pull request #1964 from LBHackney-IT/remove-google-sheet-schedule
Remove schedule from hostels_stock_count and hra_stock_count google s…
2 parents da014b9 + 13b4543 commit f4df724

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -857,6 +857,7 @@ module "hra_stock_count" {
857857
dataset_name = "hra_stock_count_2024_25"
858858
google_sheet_import_schedule = "cron(0 6 ? * * *)"
859859
spark_ui_output_storage_id = module.spark_ui_output_storage_data_source.bucket_id
860+
enable_glue_trigger = false
860861
}
861862

862863
module "hostels_stock_count" {
@@ -880,6 +881,7 @@ module "hostels_stock_count" {
880881
dataset_name = "hostels_stock_count_2024_25"
881882
google_sheet_import_schedule = "cron(0 6 ? * * *)"
882883
spark_ui_output_storage_id = module.spark_ui_output_storage_data_source.bucket_id
884+
enable_glue_trigger = false
883885
}
884886

885887
module "permits_consultation_survey_data_load" {

0 commit comments

Comments
 (0)