> 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/advanced-tools/build-auto-lineage/build-auto-lineage.md).

# Build Auto Lineage

Meta-Write users or SGS can view all source codes crawled for each connector by selecting the connector from the **Advanced Tools > Build Auto Lineage** drop-down list.

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXdmfMj6k1GDKeQhQAJjYVVOHffwGzysbaGaHvZ1On8s36s4Xe4DQAhdEGggfhUGFkVo4P7ruHhGjaG3dk-VJGKmIbj3P1bb2xEp_aOCV6SSnd-MIYjeItSXQgl02tXrBqSB65UMVQ?key=7S-lJ1VvBGLuUwv5Bk6M8zbE" alt=""><figcaption></figcaption></figure>

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXcbI7iaxS2RkwE2LOJw83pGecvR1cNXEwP26FMxQ49DmV3GsdG4I9bY4kaFp3RlekyYvCjofXIwM2Od4F2VmQys-c_L8p0NX5x7nVnudgQC9PbeLY5_5Kq55RccmHn2OV3S18xPzg?key=7S-lJ1VvBGLuUwv5Bk6M8zbE" alt=""><figcaption></figcaption></figure>

<table><thead><tr><th width="219.83331298828125">Field </th><th>Description</th></tr></thead><tbody><tr><td>Connector Name </td><td>Shows the name of the chosen connector, helping users identify the data source for lineage.</td></tr><tr><td>Codes Loaded </td><td>It displays the total number of source codes crawled within the selected connector, giving users an idea of the available data.</td></tr><tr><td>Codes Processed</td><td>Shows the number of source codes already processed in the lineage-building process, allowing users to track progress.</td></tr><tr><td>Codes Unprocessed </td><td>It shows the count of source codes yet to be processed for lineage building, giving users an overview of the remaining tasks.</td></tr><tr><td>Last Updated Count</td><td>Shows the number of source codes that have been added from the previous crawl.</td></tr><tr><td>Last Job Status</td><td>Updates users on the most recent job submission for building lineage within the connector, indicating success, ongoing status, or issues.</td></tr><tr><td>Last Run Date</td><td>Displays a timestamp of the last lineage-building job within the connector, helping users track their activities and ensure up-to-date data lineage.</td></tr></tbody></table>

***

Copyright © 2025, 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/advanced-tools/build-auto-lineage/build-auto-lineage.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.
