Data Quality Framework
Pluggable quality engine with 6 check types — completeness, uniqueness, validity, freshness, consistency, and custom SQL expressions.
Quality Rule Builder
Configure quality checks using actual rule types from the framework.
Quality Check Dashboard
| Rule | Table | Type | Result | Score |
| customer_email_not_null | silver.customers | Completeness | PASS | 1.000 |
| order_id_unique | silver.orders | Uniqueness | PASS | 1.000 |
| amount_range_valid | silver.orders | Validity | PASS | 0.998 |
| order_date_freshness | silver.orders | Freshness | WARN | 0.870 |
| customer_ref_integrity | gold.dim_customer | Consistency | FAIL | 0.720 |
Included with Data Quality Framework
The complete Data Quality Framework package includes:
- Quality Engine
- 6 Check Types
- 3 Reporters
- YAML Configuration
- Databricks Notebook
- Strategy Guide
Get the Full Data Quality Framework
This interactive demo shows a preview of the product. Purchase the full version for source code, documentation, and lifetime updates.
View product details & buy
Interactive demo — features are simulated. Purchase the full version for complete functionality.
function copyCode(id){var e=document.getElementById(id);var t=e.textContent||e.innerText;var a=document.createElement('textarea');a.value=t;document.body.appendChild(a);a.select();document.execCommand('copy');document.body.removeChild(a)}
function simulateClick(btnId, outId, codeFn){var btn=document.getElementById(btnId);btn.disabled=true;btn.innerHTML='