> For the complete documentation index, see [llms.txt](https://docs.secoda.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.secoda.co/integrations/data-visualization-tools/omni/omni-metadata-extracted.md).

# Omni Metadata Extracted

The Omni integration extracts the following metadata:

#### Folders

* Name
* Description
* Path
* Owner information
* Created and updated timestamps

#### Dashboards/Documents

* Name
* Description
* URL to view in Omni
* Owners
* Labels as tags
* Parent folder
* Created and updated timestamps
* External usage (view count)

#### Models

* Name
* Description
* Owner
* Labels
* Created and updated timestamps

#### Views

* Name
* Description
* Parent model
* Dimensions
  * Name
  * Description
* Measures
  * Name
  * Description

#### Lineage

The integration automatically creates lineage connections between:

* External table -> View -> Chart -> Dashboard
* External column -> Dimension/Measure -> Chart

### Dashboard Previews

Secoda supports embedded previews of Omni dashboards directly within the platform. When viewing an Omni dashboard in Secoda, you can see a live preview without leaving Secoda.


---

# 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:

```
GET https://docs.secoda.co/integrations/data-visualization-tools/omni/omni-metadata-extracted.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.
