> For the complete documentation index, see [llms.txt](https://docs.ovaledge.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ovaledge.com/minor-release/release7.2/release-notes/dashboards.md).

# Dashboards

## New & Improved

### Improved Data Quality Scoreboard

The Data Quality Scoreboard has been enhanced to provide a clearer and more structured view of dataset quality. It evaluates data compliance with key standards, including completeness, accuracy, consistency, timeliness, and relevance. The dashboard is divided into two views, each offering specific insights:

* **Overall Scores View:**
  * Displays high-level quality scores for each schema at the connector level.
  * Uses donut charts to represent the aggregate score of all child objects within a schema.
  * Clicking a schema or object name opens the Detailed Scores view.
* **Detailed Scores View:**
  * Provides deeper insights into the quality of individual data objects, including schemas, tables, columns, files, and file columns.
  * Includes the following visualizations:
  * Overall Data Quality Score Gauge
  * Data Quality Metric Scores Bar Chart
  * DQ Score Trend Area Chart
  * Dimension Metrics Donut Chart

### Reset Button - Lineage Graph

A Reset button is now available in the Lineage graph to restore all nodes to their original structured layout.&#x20;

### Data Quality Last Execution Report Dashboard

The Data Quality Last Execution Report Dashboard provides insights into the total number of objects associated with different dimensions. It categorizes objects based on their data quality status, allowing data analysts to track data integrity and performance across multiple dimensions.

The dashboard presents the most recent validation results by retrieving the latest Execution ID for each object and rule. This helps in identifying issues quickly and supports timely corrective actions to maintain or improve data quality.

## <mark style="color:$primary;">Advanced Jobs</mark>

| Name                             | Description                                                                                        |
| -------------------------------- | -------------------------------------------------------------------------------------------------- |
| Migrating Lineage Dashboard Data | This job allows the insertion of data into the Lineage Table to build a Connection Dashboard view. |

***

Copyright © 2025, OvalEdge LLC, Peachtree Corners, GA, USA.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.ovaledge.com/minor-release/release7.2/release-notes/dashboards.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
