> ## Documentation Index
> Fetch the complete documentation index at: https://docs.paradime.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Tableau assets

> Paradime Tableau Assets: Incorporate Tableau data assets into dbt™ projects. Improve data analysis and reporting.

export const Arcade = ({src, title}) => <div style={{
  position: 'relative',
  paddingBottom: 'calc(56.2225% + 41px)',
  height: 0,
  width: '100%'
}}>
    <iframe src={src} title={title} frameBorder="0" loading="lazy" allow="clipboard-write" allowFullScreen style={{
  position: 'absolute',
  top: 0,
  left: 0,
  width: '100%',
  height: '100%',
  colorScheme: 'light'
}} />
  </div>;

<Warning>
  To view Tableau assets in the Paradime catalog, you must connect the Tableau integration first to pull Data Sources, Worksheets and Dashboards
</Warning>

<Card title="Tableau" href="/integrations/tableau" horizontal icon="arrow-right" />

## Data Sources

In the Paradime catalog you can find Tableau Data Sources with metadata directly from your Tableau API.

**What can you find in a Tableau Data Source data product?**

<Tabs>
  <Tab title="Info">
    * Datetime when the Data Source was created
    * Datetime when the Data Source was updated
    * Datetime when the Data Source Extract was updated
    * True/False if the Data Source has is a Tableau extracts
    * Tableau site name
    * True/False if the Data source contains customer SQL
  </Tab>

  <Tab title="Fields">
    * Database name
    * Schema
    * Table name
    * Folder
    * Column name
    * Tableau field description
    * True/False if column is hidden in Tableau
  </Tab>

  <Tab title="Dependencies">
    * The dbt™️ sources upstream of your Tableau Data Source
    * The Lineage preview with immediate parents/children of your Tableau Data Source
  </Tab>
</Tabs>

<Arcade src="https://demo.arcade.software/4KdotQnmdVD3S60E6QBa?embed&embed_mobile=tab&embed_desktop=inline&show_copy_link=true" title="Tableau assets" />

## Worksheets

In the Paradime catalog you can find Tableau Worksheets with metadata directly from your Tableau API.

**What can you find in a Tableau Worksheet data product?**

<Tabs>
  <Tab title="Info">
    * Datetime when the Worksheet was created
    * Datetime when the Worksheet was updated
    * Tableau folder name
    * Tableau site name
    * Tableau workbook name
    * Workbook owner
    * Tags
  </Tab>

  <Tab title="Fields">
    * Tableau Data Source name
    * Field name
    * Field description
    * Folder name
    * Field type
  </Tab>

  <Tab title="Dependencies">
    * The dbt™️ sources upstream of your Tableau Worksheet
    * The Lineage preview with immediate parents/children of your Tableau Worksheet
  </Tab>
</Tabs>

<Arcade src="https://demo.arcade.software/YXI4UPfLnrOQh8o3Ilpo?embed&embed_mobile=tab&embed_desktop=inline&show_copy_link=true" title="Tableau assets" />

## Dashboards

In the Paradime catalog you can find Tableau Dashboards with metadata directly from your Tableau API.

**What can you find in a Tableau Worksheet data product?**

<Tabs>
  <Tab title="Info">
    * Datetime when the Dashboard was created
    * Datetime when the Dashboard was updated
    * Tableau project name
    * Tableau site name
    * Tableau workbook name
    * Workbook owner
    * Tags
  </Tab>

  <Tab title="Metrics">
    * Metric field name
    * Metric description
    * Metric owner
    * Datetime when Metric was created
    * Datetime when Metric was updated
  </Tab>

  <Tab title="Dependencies">
    * The dbt™️ sources upstream of your Tableau Dashboard
    * The Lineage preview with immediate parents/children of your Tableau Dashboard
  </Tab>
</Tabs>

<Arcade src="https://demo.arcade.software/77IdbSmKaIlldz4uAcPH?embed&embed_mobile=tab&embed_desktop=inline&show_copy_link=true" title="Tableau assets" />


## Related topics

- [Tableau](/integrations/tableau.md)
- [Data Assets](/products/data-catalog/data-assets/index.md)
- [Translation of Key Terms](/guides/migrations/dbt-cloud-tm-importer/translation-of-key-terms.md)
