> 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/release8.2/hotfix-releases/release8.1.0.x/release8.1.0.3.md).

# Release8.1.0.3

This release introduces key enhancements and bug fixes across Global Search and Data Quality, improving navigation accuracy and expanding Data Quality governance through DBT integration.   &#x20;

**Key Highlights**

* **Global Search**: Fixed incorrect navigation from search results by correcting URL generation logic, ensuring users can open the appropriate object details pages directly from search results.
* **Data Quality (DBT Integration)**:&#x20;
  * Added support for importing DBT Data Quality rules and execution results into OvalEdge, providing a centralized view of Data Quality activities across platforms. &#x20;
  * Introduced the DBTToDQRuleCreation job to automatically import and create Data Quality rules from DBT projects within OvalEdge.&#x20;
  * Added the DBT DQ Execution Import job to import DBT Data Quality execution results and associate them with corresponding OvalEdge Data Quality rules.&#x20;
  * Enabled users to view DBT Data Quality rules, execution history, and performance metrics within OvalEdge, leveraging existing dashboards, reporting, and governance capabilities for comprehensive Data Quality oversight.&#x20;

**Release Details:**

<table><thead><tr><th width="136">Release Type</th><th width="138.40740966796875">Release Version</th><th width="336.5926513671875">Build &#x3C;Release. Build Number. Release Stamp></th><th width="131.33331298828125">Build Date</th></tr></thead><tbody><tr><td>Hotfix Release</td><td>Release8.1.0.3</td><td>Release8.1.0.3.8103dfda1c0</td><td>15 June, 2026</td></tr></tbody></table>

## Global Search

### Fixed

**Resolved Incorrect Navigation from Global Search Results**&#x20;

In Global Search, an issue where links in search results directed to incorrect pages has been resolved. Search results were displayed correctly, but selecting an item generated an invalid link because the URL path was duplicated. As a result, the corresponding object page could not be opened.

The link-generation logic has been corrected to ensure that search results open the appropriate object details page.

## Data Quality

### New & Improved

**DBT Integration for Data Quality Rules and Execution Results**

OvalEdge now supports integration with DBT to import Data Quality (DQ) rules and execution results into the OvalEdge Data Quality framework. This integration enables organizations to centrally manage, monitor, and analyze DBT Data Quality activities within OvalEdge.

To support this capability, OvalEdge introduces two new Advanced Jobs:

* DBTToDQRuleCreation – Imports Data Quality rule definitions from DBT projects and creates corresponding DQ rules in OvalEdge.
* DBT DQ Execution Import – Imports DBT Data Quality execution results and associates them with the corresponding DQ rules in OvalEdge.

With this integration, users can:

* Import Data Quality rule definitions from DBT projects into OvalEdge.
* Import DBT Data Quality execution results for ongoing monitoring and analysis.
* View DBT Data Quality rules and execution history within the OvalEdge Data Quality framework.
* Monitor Data Quality performance from a centralized platform.
* Leverage existing OvalEdge Data Quality dashboards, reporting, and governance capabilities for DBT-managed Data Quality processes.

This enhancement provides a unified view of Data Quality information across platforms, helping organizations improve governance, increase visibility into Data Quality performance, and streamline Data Quality monitoring and remediation activities.

***

Copyright © 2026, 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/release8.2/hotfix-releases/release8.1.0.x/release8.1.0.3.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.
