# Data Quality Schemes Home

The Data Quality Schemes Home Page is the central workspace for creating, monitoring, and managing all schemes in one place. It helps users quickly identify scheme ownership, readiness, recent execution outcomes, and operational status.&#x20;

<figure><img src="/files/fzlqHFlO9BbS6YgdlSIF" alt=""><figcaption></figcaption></figure>

<table><thead><tr><th width="166">Field</th><th>Description</th></tr></thead><tbody><tr><td>Scheme Name</td><td>Displays the name of the Data Quality Scheme. Clicking the name opens the scheme details for review and management.</td></tr><tr><td>Scheme Description</td><td>Displays the purpose or scope of the scheme, helping users understand what data quality checks it contains.</td></tr><tr><td>Status</td><td>Displays whether the scheme is in Draft or Published state, helping users know if it is ready for execution.</td></tr><tr><td>Object Type</td><td>Identifies whether the scheme is created for Tables or Files.</td></tr><tr><td>Scheme Rule Count</td><td>Displays the total number of rules associated with the scheme, helping users understand validation coverage.</td></tr><tr><td>Connector</td><td>Displays the connected data source where associated objects exist.</td></tr><tr><td>Steward</td><td>Shows the assigned owner responsible for managing the scheme and responding to issues.</td></tr><tr><td>Last Result</td><td>Displays the latest execution outcome, such as Passed, Failed, or Execution Failed.</td></tr><tr><td>Last Run By</td><td>Shows the user who last executed the scheme.</td></tr><tr><td>Last Run On</td><td>Displays the date and time of the most recent scheme execution.</td></tr></tbody></table>

#### Create Scheme&#x20;

Create Scheme is used to define a new Data Quality Scheme for managing related data quality rules.

<div align="left"><figure><img src="/files/5YqyR7u0UFrBMdr3F7bx" alt="" width="375"><figcaption></figcaption></figure></div>

<table data-header-hidden><thead><tr><th width="182.66668701171875">Field</th><th>Description</th></tr></thead><tbody><tr><td>Scheme Name</td><td>Enter a unique name that clearly identifies the purpose of the scheme.</td></tr><tr><td>Object Type</td><td>Select Table or File based on the type of source objects the scheme will validate.</td></tr><tr><td>Connector</td><td>Select the source connection where associated objects are available.</td></tr><tr><td>Steward</td><td>Assign the user or team responsible for managing the scheme.</td></tr><tr><td>Scheme Description</td><td>Provide a detailed description of the scheme's purpose, scope, and business context.</td></tr></tbody></table>

#### Configure View

Configure View allows users to customize the columns displayed on the Home Page. Users can select or remove available fields based on their monitoring and reporting needs. This helps users focus on the most relevant information and create a personalized working view.

Examples of additional fields that may be available include:

* Created By
* Created On
* Last Modified By
* Last Modified On
* Passed Rules
* Failed Rules
* Object Count
* Active Rules
* Schedules
* Total Executions Count

The selected view is saved per user, depending on the system configuration.

#### User Actions

Each scheme provides an actions menu for quick management tasks.

<table><thead><tr><th width="202.6666259765625">Action</th><th>Description</th></tr></thead><tbody><tr><td>View Scheme Summary</td><td>Opens the Summary page to review scheme details, associated objects, remediation settings, schedules, and audit history.</td></tr><tr><td>Run Scheme</td><td>Executes the selected Published scheme and runs all eligible active rules.</td></tr><tr><td>Delete Scheme</td><td>Removes the selected scheme based on access permissions and confirmation.</td></tr></tbody></table>

#### Additional Actions

<table><thead><tr><th width="133.3333740234375">Action</th><th>Description</th></tr></thead><tbody><tr><td>Search</td><td>Search schemes by name or other available fields.</td></tr><tr><td>Filter</td><td>Narrow results using fields such as Status, Object Type, Connector, Steward, or Last Result.</td></tr><tr><td>Sort</td><td>Sort schemes by name, dates, counts, or execution details.</td></tr><tr><td>Export</td><td>Download the current filtered view for reporting or review.</td></tr></tbody></table>

### Scheme Summary&#x20;

#### **Scheme Executions** &#x20;

Scheme Executions displays the execution history of Data Quality Schemes, helping users review past runs and monitor performance. It shows details such as Scheme Name, Object Type, Scheme Execution ID, Result, Passed Rules, Failed Rules, Undetermined Rules, Execution Failed Rules, Total Rules, Start Time, End Time, Duration, and Run By. Users can use this information to analyze execution outcomes, identify failures, review run duration, and track who executed the scheme.

<figure><img src="/files/HdCzTpz8cDxkLcnCoWq2" alt=""><figcaption></figcaption></figure>

#### **Scheme Rule Executions**&#x20;

Scheme Rule Executions displays the execution results of individual rules within a Data Quality Scheme. It shows details such as Scheme Name, Object Type, Scheme Execution ID, Rule Execution ID, Scheme Rule Name, Function, Connection Name, Schema, Object, Attribute, Passed Row Count, Failed Row Count, Total Row Count, and Result Value. Users can use this information to review rule-level performance, analyze pass and failure counts, identify affected objects or attributes, and investigate data quality issues in detail.

<figure><img src="/files/e04IdhNq5tshUYGiR5wp" alt=""><figcaption></figcaption></figure>

#### **Upcoming Scheme Executions**&#x20;

Upcoming Scheme Executions displays the scheduled run calendar for Data Quality Schemes based on their configured cron schedules. It shows the Scheme Name, Cron Entry, and upcoming execution dates for the selected period. Users can use this information to review planned runs, verify schedule configurations, and monitor when each scheme is expected to execute next.

<figure><img src="/files/ZoLzzgLbXv7E53FjY0v7" alt=""><figcaption></figcaption></figure>

***

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


---

# Agent Instructions: 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:

```
GET https://docs.ovaledge.com/release8.1/data-quality/data-quality-schemes/data-quality-schemes-home.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
