# Summary

The Summary page provides a complete operational view of the selected Data Quality Scheme. It helps users review scheme configuration, ownership, execution activity, associated objects, remediation settings, schedules, and governance history from one location.

This page is commonly used by stewards and administrators to monitor scheme readiness, manage configuration changes, review recent executions, and control failure response settings.

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

### Top Widgets

The widget section provides a quick summary of operational metrics.

<table><thead><tr><th width="206.66668701171875">Field</th><th>Description</th></tr></thead><tbody><tr><td>Active Rules</td><td>Displays the number of active rules currently available for execution in the scheme.</td></tr><tr><td>Open Service Requests</td><td>Displays unresolved requests created from failures.</td></tr><tr><td>Total Runs</td><td>Displays the number of scheme executions for the selected period.</td></tr><tr><td>Last 10 Executions</td><td>Displays recent runs with color-coded status indicators for quick monitoring.</td></tr></tbody></table>

### Scheme Information

The top section displays core scheme details.

<table><thead><tr><th width="181.33331298828125">Field</th><th>Description</th></tr></thead><tbody><tr><td>Scheme Name</td><td>Displays the scheme name and may allow inline updates based on permissions. It helps users quickly identify the selected scheme.</td></tr><tr><td>Scheme Description</td><td>Displays the purpose, scope, or business context of the scheme. It helps users understand what the scheme validates and why it exists.</td></tr><tr><td>Status</td><td>Displays whether the scheme is in Draft or Published state. Draft schemes are still under configuration, while published schemes are ready for execution and scheduling.</td></tr><tr><td>Steward</td><td>Displays the assigned owner responsible for managing the scheme, reviewing failures, and maintaining configuration.</td></tr></tbody></table>

### Actions

The Actions menu provides scheme-level management options based on permissions and current scheme status.

<table><thead><tr><th width="162">Action</th><th>Description</th></tr></thead><tbody><tr><td>Publish</td><td>Changes the scheme from Draft to Published after validation is complete.</td></tr><tr><td>Run Scheme</td><td>Executes the scheme and runs all eligible active rules.</td></tr><tr><td>Update Steward</td><td>Reassigns scheme ownership to another user or team.</td></tr></tbody></table>

### Last 10 Executions

This section helps users review recent scheme performance.

<table><thead><tr><th width="164.66668701171875">Item</th><th>Description</th></tr></thead><tbody><tr><td>Status Indicator</td><td>Displays the result of each run using visual status colors.</td></tr><tr><td>Hover Details</td><td>Shows execution status, duration, executed by, rules evaluated, and execution time.</td></tr><tr><td>Selection</td><td>Selecting an execution opens the related execution summary.</td></tr></tbody></table>

### Associated Objects

Associated Objects displays the tables or files linked to the scheme.

<table><thead><tr><th width="233.33331298828125">Field</th><th>Description</th></tr></thead><tbody><tr><td>Database / Schema / Table</td><td>Displays the full path for table-based objects.</td></tr><tr><td>File System / File Name</td><td>Displays the full path for file-based objects.</td></tr><tr><td>Scheme Rule Count</td><td>Displays the number of rules associated with the object.</td></tr></tbody></table>

#### Add Objects

Use + **Add Objects** to associate new data objects with the scheme.

Add Data Consumption Source

The Add Data Consumption Source allows users to associate tables or files with the scheme. Users can search for available objects using filters and criteria such as Schema, Table, File System, or File Name, then select the required objects to include in the scheme. Added objects become available for rule association and execution.

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

### Data Quality Remediation

This section defines how failures are handled operationally.

<table><thead><tr><th width="201.3333740234375">Field</th><th>Description</th></tr></thead><tbody><tr><td>Remediate Failed Data</td><td>Enables remediation workflows for failed records.</td></tr><tr><td>Monetary Value</td><td>Captures the estimated financial impact caused by failures.</td></tr><tr><td>Criticality</td><td>Defines the severity level of failures as High, Medium, or Low.</td></tr><tr><td>Violation Message</td><td>Displays the issue message shown when failures occur.</td></tr><tr><td>Corrective Action</td><td>Provides recommended resolution steps for users.</td></tr></tbody></table>

### Notification Settings

These settings control alerts and automated responses when failures occur.

<table><thead><tr><th width="282">Field</th><th>Description</th></tr></thead><tbody><tr><td>Send Alert On Failure</td><td>Sends notifications to the steward and configured contacts when scheme execution or rule validation fails.</td></tr><tr><td>Create Service Request On Failure</td><td>Automatically creates a service request for failed executions or rule failures.</td></tr><tr><td>Do Not Create Duplicate Service Requests</td><td>Prevents repeated requests for the same unresolved issue.</td></tr><tr><td>Apply Caution to Downstream Objects on Failure</td><td>Applies caution indicators to downstream assets affected by the change, so users can use the affected data carefully.</td></tr></tbody></table>

### Schedule

This section manages the timing of automatic scheme execution. The schedule shows existing execution schedules, planned runtimes, and frequencies.

#### Create Schedule

Create Schedule allows users to configure recurring or custom execution schedules for the scheme. Users can select dates, execution times, and intervals to automate regular data quality checks.

![](/files/1PoK9faCECDkYM5YLjYU)

### Audit History&#x20;

Audit History provides a list of changes and updates made to the scheme. It includes details such as the user who made the change, previous and current values, and the time of the update. Changes to status, steward, schedules, notifications, associated objects, and other configurations are recorded for governance and traceability.

#### View Audit History

View Audit History opens the detailed timeline of all recorded changes to the scheme. Users can review who made updates, what was changed, and when the changes occurred.

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

***

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/summary.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.
