# Operations

Upon accessing the "Temp Lineage Correction" page, users can perform various actions using the "Nine Dots" menu:

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXeZKBiImaQzPLYrH8Xw3qpglaXD-7kVgKuJfcebSs1mRbDm-QT8HxZq-4DZHPIQ_-7ksIoDWc4ttDg9-6_PUaGLN3Y46vbsUC87pKAAXyzMtQqF4yZeJbSTcAxr1jcRL8YUMFZ8Lg?key=7S-lJ1VvBGLuUwv5Bk6M8zbE" alt=""><figcaption></figcaption></figure>

### Change Schema

Users can change the schema for temp lineage correction by clicking the "Change Schema" button on the Temp Lineage Correction page beside the nine dots menu.

### Choose Table To Merge

This option lets users select a temp table and then choose a table from the application to merge with it.

### Run Recommendations with Schema

When users select **Run Recommendations with Schema**, it **triggers** a job that identifies all schemas in the application and merges them with the existing temporary schemas.

### Run Recommendations with Table

When users select **Run Recommendations with Table**, it **triggers** a job that identifies all relevant tables in the application and merges them with the existing temporary tables.

***

Copyright © 2025, 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/advanced-tools/temp-lineage-correction/operations.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.
