From ccd1a920eb27eb3cd7c9638154ac9cd878f28017 Mon Sep 17 00:00:00 2001 From: AGibson <4319494+annajgibson@users.noreply.github.com> Date: Wed, 12 Mar 2025 15:26:20 +0000 Subject: [PATCH] - add dq dimension type for new test --- scripts/helpers/housing_gx_dq_inputs.py | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/helpers/housing_gx_dq_inputs.py b/scripts/helpers/housing_gx_dq_inputs.py index cb69da74c..f285a62f5 100644 --- a/scripts/helpers/housing_gx_dq_inputs.py +++ b/scripts/helpers/housing_gx_dq_inputs.py @@ -57,6 +57,7 @@ 'expect_tenure_code_column_not_to_be_null': 'COMPLETENESS', 'expect_target_id_and_value_column_values_to_be_unique_within_record': 'UNIQUENESS', 'expect_sub_type_column_values_to_be_in_set': 'CONSISTENCY', + 'expect_tenure_values_to_be_in_set_housing_dwellings_list': 'CONSISTENCY', 'expect_contact_value_column_values_to_be_unique': 'UNIQUENESS', 'expect_contact_value_column_values_to_not_be_null': 'COMPLETENESS', 'expect_asset_type_not_to_be_null': 'COMPLETENESS',