Introduction to Data Quality
Chrissy Bloom
Head of Enterprise Data Strategy & Governance
Data quality rule: type of business rule that validates whether data meets business requirements
Dataset data quality rule: All expected records from the source must be loaded in the target table.
Data element data quality rule: All records must have a Customer ID, Customer Name, and Customer Account Type populated.
Dataset data quality rule: All records in the customer dataset must be loaded by the 9:00 am.
Data element data quality rule: All records must have a tax ID populated by first time the customer's account status is "Open".
Data element data quality rule:
Dataset data quality rule: The count of records loaded today must be within +/- 5% of the count of records loaded yesterday.
Data element data quality rule: All Customer ID values in the AccountTable must also be present in the CustomerTable.
Data element data quality rule: All records in the CustomerTable must have accurate Customer Name, Customer Birthdate, and Customer Address fields when compared to the Tax Form.
Data element data quality rule:
Introduction to Data Quality