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.
1 parent 13c0eef commit ccd1a92Copy full SHA for ccd1a92
scripts/helpers/housing_gx_dq_inputs.py
@@ -57,6 +57,7 @@
57
'expect_tenure_code_column_not_to_be_null': 'COMPLETENESS',
58
'expect_target_id_and_value_column_values_to_be_unique_within_record': 'UNIQUENESS',
59
'expect_sub_type_column_values_to_be_in_set': 'CONSISTENCY',
60
+ 'expect_tenure_values_to_be_in_set_housing_dwellings_list': 'CONSISTENCY',
61
'expect_contact_value_column_values_to_be_unique': 'UNIQUENESS',
62
'expect_contact_value_column_values_to_not_be_null': 'COMPLETENESS',
63
'expect_asset_type_not_to_be_null': 'COMPLETENESS',
0 commit comments