Skip to content

Commit 13b4543

Browse files
committed
Remove schedule from hostels_stock_count and hra_stock_count google sheet loads using enable_glue_trigger = false
1 parent baf652f commit 13b4543

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -855,7 +855,9 @@ module "hra_stock_count" {
855855
google_sheet_header_row_number = 3
856856
department = module.department_housing_data_source
857857
dataset_name = "hra_stock_count_2024_25"
858+
google_sheet_import_schedule = "cron(0 6 ? * * *)"
858859
spark_ui_output_storage_id = module.spark_ui_output_storage_data_source.bucket_id
860+
enable_glue_trigger = false
859861
}
860862

861863
module "hostels_stock_count" {
@@ -877,7 +879,9 @@ module "hostels_stock_count" {
877879
google_sheet_header_row_number = 2
878880
department = module.department_housing_data_source
879881
dataset_name = "hostels_stock_count_2024_25"
882+
google_sheet_import_schedule = "cron(0 6 ? * * *)"
880883
spark_ui_output_storage_id = module.spark_ui_output_storage_data_source.bucket_id
884+
enable_glue_trigger = false
881885
}
882886

883887
module "permits_consultation_survey_data_load" {

0 commit comments

Comments
 (0)