Browse data quality results
Tracking and understanding data quality results is key to maintaining reliable and accurate data. The portal provides multiple views for accessing these insights, helping you monitor rule performance, identify issues, and gain actionable insights to improve your data. Below are the main places where you can view and explore data quality results.
- Column view
- Table view
You can see a data quality score displayed on the column's overview for every column with assigned data quality rule instances. This score represents the average percentage of all rule instances applied to the column, giving you a quick snapshot of its health.

In the Data Quality tab, you can dive deeper, viewing a list of applied rule instances with crucial details such as:
- Rule name:
Valid JSONDataedo.Utils
- Parameters:
value=[creation_date]
- Severity: CriticalHighMidLow
- Status of the latest run: OKFailError
- Timestamp of rule execution

When expanded, each row displays the number of tested rows, any filters that have been applied, the count and percentage of passed and failed rows, and an instance description.

You can see a combined data quality score at the table level on the overview page.

The Data Quality tab works for tables similarly to columns. It provides a detailed list of all applied rule instances and their attributes, such as:
- Rule name:
Valid JSONDataedo.Utils
- Parameters:
value=[creation_date]
- Severity: HighMidLow
- Status of the latest run: OKFailError
- Timestamp of rule execution

When expanded, each row displays the number of tested rows, any filters that have been applied, the count and percentage of passed and failed rows, and an instance description.

Rule instances list
The Data Quality tab in the main menu offers a repository-wide view of all rule instances. This list allows you to track instances across columns and tables with details like:
- Rule name:
Valid JSONDataedo.Utils
- Parameters:
value=[creation_date]
- Severity: HighMidLow
- Status of the latest run: OKFailError
- Execution timestamp
By default, instances are sorted by the most recent timestamp, severity, and status to prioritize critical issues.

When expanded, each row displays the number of tested rows, any filters that have been applied, the count and percentage of passed and failed rows, and an instance description.

Rule instance details
For deeper insights into any rule instance, click its ID in any list to navigate to its details page.
If the instance hasn’t been run yet, the page displays basic information such as:
- The rule to be checked
- The column selected for the check
- Instance state (active or draft)
- Severity
- Applied filters (if any)
- Instance description (if provided)

If the instance has been run, you'll see additional details:
- Status of the last run (OKFailError)
- Progress bar with the count and percentage of successful and failed rows
- Total tested rows and fail rate
- Timestamp of the last run

A button provides access to raw error details for troubleshooting in instances with errors. If you encounter issues, you can contact our support team for assistance.

At the bottom of the page, widgets visualize historical trends, including status history and the number of failed rows over time:

Dashboards
Dataedo dashboards provide a comprehensive understanding of your data quality:
- The Overview Dashboard offers critical statistics, including the overall data quality score, the number of defined rule instances, and a breakdown of data quality runs by status. These metrics provide a quick snapshot of your system's health.
- The Insights Dashboard highlights actionable data, such as identifying empty columns and tables, missing data in unique columns, and columns with significant row count changes (increases or decreases). These insights help you detect issues early and prioritize fixes efficiently.
Instance status
Each rule instance has one of the following statuses:
- OK: All rows passed the assigned rule, confirming the data meets expectations.
- Fail: Some rows did not meet the rule criteria and require attention.
- Error: An issue occurred during the data quality check, which could result from:
- A timeout
- Incorrect parameters
- A filter problem
- An issue with the failed rows definition
You can view detailed information on the instance details page to investigate errors. Navigate to the instances list for a column, table, or the Data Quality section in the main menu. Click the instance ID to be redirected to its details page, where the error information and status are displayed. This process allows you to diagnose and resolve issues effectively.
