Skip to content

feat: add data quality dimensions and health scoring#409

Merged
rich-iannone merged 66 commits into
mainfrom
feat-dq-dims-health-scoring
Jul 3, 2026
Merged

feat: add data quality dimensions and health scoring#409
rich-iannone merged 66 commits into
mainfrom
feat-dq-dims-health-scoring

Conversation

@rich-iannone

Copy link
Copy Markdown
Member

This PR adds data quality dimensions and health scoring features. Every validation step is now tagged with a data quality dimension (Completeness, Validity, Uniqueness, Consistency, Timeliness, or Volume) inferred automatically from its assertion type, overridable per step via a new dimension= parameter, or remappable globally via pb.config(dimension_map=...). Interrogation results roll up into test-unit-weighted scores exposed through get_dimension_scores(), get_health_score(), a standalone get_scorecard() view, and get_validation_summary(), with assert_dimension_scores() (plus config(dimension_weights=..., dimension_thresholds=...)) available to fail a run when a dimension falls below a threshold. The validation report shows this with color-coded dimension badges on each step number (you can see the full name on hover) and there's a new health-score summary block in the footer.

@github-actions github-actions Bot temporarily deployed to pr-409 July 3, 2026 05:45 Destroyed
@rich-iannone rich-iannone merged commit 13f4c14 into main Jul 3, 2026
9 checks passed
@rich-iannone rich-iannone deleted the feat-dq-dims-health-scoring branch July 3, 2026 14:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant