@@ -13,10 +13,10 @@ module "housing_apply_gx_dq_tests" {
1313 helper_module_key = data. aws_s3_object . helpers . key
1414 pydeequ_zip_key = data. aws_s3_object . pydeequ . key
1515 spark_ui_output_storage_id = module. spark_ui_output_storage_data_source . bucket_id
16- trigger_enabled = local . is_production_environment
16+ trigger_enabled = false
1717 number_of_workers_for_glue_job = 2
1818 schedule = " cron(0 10 ? * MON-FRI *)"
19- job_parameters = {
19+ job_parameters = {
2020 " --job-bookmark-option" = " job-bookmark-enable"
2121 " --enable-glue-datacatalog" = " true"
2222 " --enable-continuous-cloudwatch-log" = " true"
@@ -51,7 +51,7 @@ module "housing_gx_dq_metadata" {
5151 spark_ui_output_storage_id = module. spark_ui_output_storage_data_source . bucket_id
5252 trigger_enabled = local. is_production_environment
5353 number_of_workers_for_glue_job = 2
54- job_parameters = {
54+ job_parameters = {
5555 " --job-bookmark-option" = " job-bookmark-enable"
5656 " --enable-glue-datacatalog" = " true"
5757 " --enable-continuous-cloudwatch-log" = " true"
@@ -68,11 +68,11 @@ module "housing_gx_dq_metadata" {
6868}
6969
7070resource "aws_glue_trigger" "housing_gx_dq_metadata" {
71- name = " ${ local . short_identifier_prefix } Housing GX Data Quality Metadata Trigger"
72- type = " CONDITIONAL"
73- tags = module. department_housing_data_source . tags
74- enabled = local. is_production_environment
75- count = local. is_live_environment ? 1 : 0
71+ name = " ${ local . short_identifier_prefix } Housing GX Data Quality Metadata Trigger"
72+ type = " CONDITIONAL"
73+ tags = module. department_housing_data_source . tags
74+ enabled = local. is_production_environment
75+ count = local. is_live_environment ? 1 : 0
7676
7777 actions {
7878 job_name = " ${ local . short_identifier_prefix } Housing GX Data Quality Metadata"
0 commit comments