> 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/minor-release/release8.1/release-notes/general-advanced-jobs.md).

# General Advanced Jobs

This release introduces a set of new jobs that enable users to update module- or feature-specific data using advanced algorithms.

<table><thead><tr><th width="204">Name</th><th>Description</th></tr></thead><tbody><tr><td>EdgiMessagesEligibilityForRecipeAdvanceJob</td><td><p>This advanced job evaluates EDGI messages to determine whether they are eligible for inclusion as recipe steps. It identifies whether each message represents a valid step by analyzing the associated agent type, such as SQL_AGENT, PYTHON_AGENT, or ANALYTIC_AGENT. Based on this evaluation, messages are appropriately marked as steps or non-steps. The job processes messages in configurable batches, allowing efficient handling of large message volumes (e.g., 100 messages per batch).</p><p><strong>Attributes:</strong></p><ul><li>Attr1 How many messages to process in a batch, e.g., 100</li></ul></td></tr><tr><td>AILineageProcessingAdvanceJob</td><td>This advanced job leverages AI-driven parsing to automatically extract and map data lineage across RDBMS, reports, and ETL systems. It intelligently interprets complex transformations, queries, and dependencies to build accurate, end-to-end lineage, enhancing overall lineage completeness.</td></tr><tr><td>Transfer Data Flow</td><td>This job captures and stores data flow mappings between source and downstream connectors in the backend database. Users can search mappings by entering source and target fields.</td></tr><tr><td>Critical Data Element Migration</td><td>This advanced job updates Critical Data Element (CDE) values across catalog tables to align with the latest classification standards. It replaces legacy values such as “Critical Data Element” with “Yes” and “Recommended” with “System Recommended.” This ensures consistency in CDE labeling and improves clarity for governance and data classification processes.</td></tr><tr><td>DBT to DQ Rule Creation</td><td>This advanced job reads dbt test definitions from manifest.json files stored in SourceCode and creates corresponding Data Quality (DQ) Rules in OvalEdge. It automatically maps supported dbt tests, such as unique, not null, accepted values, and relationships, to OvalEdge DQ rules and associates them with the specified source connections.<br><strong>Note</strong>: This job creates DQ rules only. Schedule a separate advanced job to process the results of DQ rule execution.</td></tr><tr><td>DBT DQ Results Sync</td><td><p>This advanced job synchronizes Data Quality (DQ) execution results from external warehouse tables into OvalEdge. It reads DQ result and failed record tables, maps the results to existing OvalEdge DQ rules, and updates rule execution status and metrics.</p><p><strong>Note</strong>: Ensure the source result tables are crawled and available in OvalEdge before running this job.</p></td></tr><tr><td>Rebuild Fully Qualified Tag Names</td><td>This advanced job rebuilds the full tag path based on the current tag hierarchy and updates how tags appear in filters and tooltips. Master Tags display only the tag name, while child tags display the complete hierarchy path. The job also refreshes Tag Extension data to ensure consistency after hierarchy changes, migrations, or bulk tag updates.</td></tr></tbody></table>

***

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/minor-release/release8.1/release-notes/general-advanced-jobs.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.
