# Tableau Metadata Extracted

### What does Secoda extract from Tableau?

{% hint style="info" %}
NOTE: Preview of Tableau resources is available in Secoda if permissions are granted.
{% endhint %}

* Published Datasources
  * Name
  * Description
  * Columns
  * Owners
* Embedded Datasource
  * Name
  * Columns
  * Owners
* Workbooks
  * Name
  * Description
  * Owners
  * URL
  * Updated At
  * Number of Views
* Dashboard
  * Name
  * Description
  * Owners
  * URL
  * Updated At
  * Number of Views
* Sheets
  * Name
  * URL
  * Owners
  * Number of Views
* Fields
  * Name
  * Description
  * Type
* Custom SQL Table (Custom SQL Tables are referred to as Queries in Secoda)
* Lineage
  * Tableau Datasources <-> Tables from other sources
  * Tableau Fields <-> Columns from other sources
  * Tableau Datasources <-> Tableau Workbooks
  * Tableau Workbooks <-> Tableau Sheets
  * Tableau Dashboards <-> Tableau Sheets
  * Tableau Workbooks <-> Tableau Dashboards

{% hint style="info" %}
To determine lineage from Tableau, we parse the queries that we extract from Tableau using the APIs along with the lineage returned by Tableau directly
{% endhint %}


---

# 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.secoda.co/integrations/data-visualization-tools/tableau-integration/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.
