We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents da014b9 + 13b4543 commit f4df724Copy full SHA for f4df724
terraform/etl/08-google-sheets-imports.tf
@@ -857,6 +857,7 @@ module "hra_stock_count" {
857
dataset_name = "hra_stock_count_2024_25"
858
google_sheet_import_schedule = "cron(0 6 ? * * *)"
859
spark_ui_output_storage_id = module.spark_ui_output_storage_data_source.bucket_id
860
+ enable_glue_trigger = false
861
}
862
863
module "hostels_stock_count" {
@@ -880,6 +881,7 @@ module "hostels_stock_count" {
880
881
dataset_name = "hostels_stock_count_2024_25"
882
883
884
885
886
887
module "permits_consultation_survey_data_load" {
0 commit comments