# Fivetran (beta)

{% hint style="warning" %}
Important: The Fivetran integration requires you to have **Fivetran Enterprise** or above.
{% endhint %}

Select Star uses [Fivetran Platform Connector](https://fivetran.com/docs/logs/fivetran-platform) to fetch metadata and lineage information of your Fivetran instance.

{% hint style="info" %}
Select Star currently does not catalog the metadata of the Fivetran connectors, and only generates lineage information for the assets synced by Fivetran.
{% endhint %}

## Before you start

To connect Fivetran to Select Star, you will need...

* Admin access to your Destination/Data Warehouse instance. (to configure the permissions)
* Admin access to your Fivetran account. i.e., user account with `Account Administrator` role. (to configure the Fivetran Platform Connector)

Complete all the following steps to see lineage from Fivetran in Select Star.

1. [Configure Fivetran Platform Connector](#id-1.-configure-fivetran-platform-connector)
2. [Connect Fivetran to Select Star](#id-2.-connect-fivetran-to-select-star)

## 1. Configure Fivetran Platform Connector

Follow Fivetran's step-by-step [setup guide](https://fivetran.com/docs/logs/fivetran-platform/setup-guide) to manually set up your Fivetran Platform connection account-wide. Skip this step if you have already set up the account-wide Fivetran Platform Connector.

Select Star currently supports the following destinations to connect with Fivetran:

* Snowflake
* Google BigQuery
* PostgreSQL

If you are using a different destination, please reach out to us, and our dedicated support team will help you with the integration.

## 2. Connect Fivetran to Select Star

Next, you will add Fivetran as a data sources, and specify the destination that the Fivetran Platform Connector has delivered your logs to.

Go to the Select Star **Settings**. Click **Data** in the sidebar, then **+ Add** to create a new Data Source.

![](https://3470314135-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MgAiVthA_yg9UXKuhyY%2Fuploads%2Fgit-blob-1b5ef3716637dedbfa0eb69326a83270b0773b0b%2FAdd_Data_Source_Settings.gif?alt=media)

Choose **Fivetran** in the Source Type dropdown and provide the following information:

![](https://3470314135-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MgAiVthA_yg9UXKuhyY%2Fuploads%2Fgit-blob-073e69d867264def242a7be027115aed2a6355f2%2Fadd_data_source.png?alt=media)

* **Display Name** - The name you want to give to your new data source.

Click **Save** to proceed.

#### Configure Destination Type

Select the destination where you are syncing your Fivetran Platform Connector logs.

* **Destination Type** - The destination type where Fivetran is syncing the data.

![](https://3470314135-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MgAiVthA_yg9UXKuhyY%2Fuploads%2Fgit-blob-7ced9e01d4d66e195129f76941322df15c5c7773%2Fconfigure_destination.png?alt=media)

Please follow the instructions below and fill in the required details based on the destination type you selected.

* [Snowflake](https://docs.selectstar.com/integrations/snowflake)
* [Google BigQuery](https://docs.selectstar.com/integrations/bigquery)
* [PostgreSQL](https://docs.selectstar.com/integrations/postgres)

{% hint style="warning" %}
IMPORTANT! Please ensure that the user configured in the destination for Select Star has the SELECT permissions on all the tables in the schema used by Fivetran Platform Connector.

These tables contain the metadata and lineage information that Select Star uses to generate the lineage. For more information, refer to the [Fivetran Platform Connector](https://fivetran.com/docs/logs/fivetran-platform) documentation.
{% endhint %}

Click **Save** to proceed.

{% hint style="info" %}
Select Star currently matches schema names in the destination with those in Fivetran to identify the correct database and generate lineage.

If you believe the lineage is not being generated correctly, please reach out to our support team.
{% endhint %}

Your metadata should start loading automatically. Please allow 24-48 hours to completely generate the lineage.


---

# 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.selectstar.com/integrations/fivetran.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.
