diff --git a/scripts/helpers/housing_gx_dq_inputs.py b/scripts/helpers/housing_gx_dq_inputs.py index 61a83968b..f5baba32c 100644 --- a/scripts/helpers/housing_gx_dq_inputs.py +++ b/scripts/helpers/housing_gx_dq_inputs.py @@ -86,6 +86,11 @@ 'expect_tenancy_id_and_property_reference_column_values_to_be_unique_within_record': 'UNIQUENESS', 'expect_tenancy_id_column_not_to_be_null': 'COMPLETENESS', 'expect_tenure_code_column_not_to_be_null': 'COMPLETENESS', + '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', 'expect_tenure_type_column_values_to_be_in_set': 'CONSISTENCY', 'expect_tenure_code_values_to_be_in_set': 'CONSISTENCY', 'expect_uprn_column_value_lengths_between': 'VALIDITY',