Loading...
Analyzes data profiles, schema patterns, and existing data quality issues to automatically recommend technical data quality rules that improve accuracy, consistency, completeness, compliance, and reliability.
This recipe helps teams assess the health of all queryable tables in the workspace by profiling structure, inferring column behavior, identifying data quality issues, and turning those findings into visual outputs that support prioritization, governance, and remediation planning.
Step 1 — Identifying Dq Issues By Profiling the Datasets
The recipe scans all valid workspace tables, profiles schema and content, infers data types and business roles, detects patterns, computes statistics, and writes structured profiling and DQ result tables for downstream use.
Step 2 — Issue severity and remediation
The recipe reads detailed DQ issue outputs to visualize which tables have the highest issue volume, how those issues break down by severity, and which remediation themes appear most often.
Step 3 — Completeness vs duplicates
The recipe compares completeness percentages and duplicate row counts across tables to make quality gaps easier to spot and prioritize.
Step 4 — Issue type distribution
The recipe aggregates issue categories across the workspace and visualizes the dominant data quality problem types affecting the datasets.
| Insight Category | What the recipe discovered | Business Impact |
|---|---|---|
| Table risk concentration | A small number of workspace tables account for most detected DQ issues, making them the highest-priority targets for corrective action. | Teams can focus effort where cleanup will reduce the greatest volume of downstream reporting and trust issues. |
| Identifier and completeness problems | Profiling can surface null-heavy columns, non-unique identifier candidates, and duplicate-related issues that weaken key integrity. | Improving these fields strengthens joins, reduces data mismatches, and improves confidence in analytics outputs. |
| Remediation planning | Recommended actions can be grouped by issue type, revealing recurring fixes such as deduplication, null handling, and masking of detected PII patterns. | Business and technical teams gain a clearer remediation roadmap instead of reviewing isolated data defects one by one. |
Make sure the following ingredients are available in your workspace: