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

# Fivetran assets

> Paradime Fivetran Assets: Manage Fivetran data assets within dbt™ projects. Ensure seamless data integration and management.

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 Fivetran Connectors in the Paradime catalog, you must connect the Fivetran integration first to pull connectors metadata.
</Warning>

<Card title="Fivetran" href="/integrations/fivetran" horizontal icon="arrow-right" />

## Fivetran Connectors

In the Paradime catalog you can find Fivetran Connectors with metadata directly from your Fivetran API.

**What can you find in a Fivetran Connector data product?**

<Tabs>
  <Tab title="Info">
    * Connector name
    * Connector source type
    * Status of the Connector
    * Sync frequency of the Connector
    * Last sync datetime
    * Connector owner
  </Tab>

  <Tab title="Schema">
    * The table name/s and columns destination of the Connector
  </Tab>

  <Tab title="Dependencies">
    * The Lineage preview with immediate children of your Fivetran Connector
  </Tab>
</Tabs>

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


## Related topics

- [Data Assets](/products/data-catalog/data-assets/index.md)
- [MCP Server](/products/dino-ai/mcp-server/index.md)
- [Fivetran](/integrations/fivetran.md)
- [Fivetran CLI](/developers/paradime-cli/fivetran-cli.md)
- [Fivetran Connector Sync](/products/bolt/creating-schedules/command-settings/fivetran-connector-sync.md)
