diff --git a/scripts/jobs/housing/housing_apply_gx_dq_tests.py b/scripts/jobs/housing/housing_apply_gx_dq_tests.py index 460031ace..29fce3b29 100644 --- a/scripts/jobs/housing/housing_apply_gx_dq_tests.py +++ b/scripts/jobs/housing/housing_apply_gx_dq_tests.py @@ -17,6 +17,8 @@ import scripts.jobs.housing.housing_assets_reshape_gx_suite import scripts.jobs.housing.housing_homeowner_record_sheet_gx_suite import scripts.jobs.housing.housing_dwellings_list_gx_suite +import scripts.jobs.housing.housing_maproperty_gx_suite +import scripts.jobs.housing.housing_matenancyagreement_gx_suite logging.basicConfig(level=logging.INFO) logger = logging.getLogger(__name__)