Data Quality - CI/CD Glossary Definition
Data quality is the degree to which data is accurate, complete, consistent, and timely enough to trust.
Data quality measures how accurate, complete, consistent, and timely data is relative to expectations. Poor data quality silently breaks reports and models downstream.
Data quality is enforced with automated checks that run in the pipeline and fail the run when expectations are violated.
Dimensions
Common dimensions are accuracy, completeness, consistency, timeliness, uniqueness, and validity. Tools like Great Expectations or dbt tests assert these in CI.
Related guides
Data Validation - CI/CD Glossary DefinitionData Validation: Data validation is the automated checking of data against rules (types, ranges, nullability,…
Data Contract - CI/CD Glossary DefinitionData Contract: A data contract is an explicit, versioned agreement between a data producer and consumer speci…
Data Transformation - CI/CD Glossary DefinitionData Transformation: Data transformation is the step that cleans, reshapes, joins, and aggregates raw data in…