> For the complete documentation index, see [llms.txt](https://docs.euno.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.euno.ai/sources/transformation-etl/fivetran.md).

# Fivetran

Euno's Fivetran integration observed the following resource types:

* [Fivetran destination](https://fivetran.com/docs/using-fivetran/fivetran-dashboard/destination) (f.k.a Fivetran Group)
* [Fivetran connector](https://fivetran.com/docs/getting-started/glossary#connector)

{% hint style="warning" %}
In order to use the Fivetran integration, you must be on the "Standard" tier or higher, as the lower tiers do not support REST API access.
{% endhint %}

## Setting up Euno's Fivetran Integration

### Step 1: Creating a Fivetran API key

1. Login to your Fivetran account.
2. Click your user avatar, and select API Key
3. Click "**Generate new API key**"
4. Note the **API key** and **API secret**. You'll need them in the next step.

### Step 2 - Configuring Euno's Fivetran Integration

#### Step 1: Access the Sources Page

1. Navigate to the **Sources** page and click on the **Gallery** Tab.
2. Click on the **Connect** button in the **Fivetran** Tile.

#### Step 2: General Configuration

1. **Name**: Enter a name for your Fivetran source (e.g., "Fivetran - Core").
2. **Configuration Details**:
   1. **API Key:** Enter your Fivetran API key.
   2. **API Secret:** Enter your Fivetran API secret.

#### Step 3: Advanced configuration (optional)

Under **Advanced**, you can configure:

| Field                | Description                                                                                                                                                                                                                                                                                                                     |
| -------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Base URL**         | Fivetran API base URL. Default: `https://api.fivetran.com/v1`. Change only if your account uses a non-default API endpoint.                                                                                                                                                                                                     |
| **Database mapping** | Optional key/value map from Fivetran destination hostname to the Snowflake host or account identifier Euno uses for the same warehouse. Required when Fivetran's destination host does not match the host observed by your Snowflake integration, so connector `defines` table URIs resolve to the correct warehouse resources. |

#### Step 4: Scheduling Updates

1. Enable the Schedule toggle.
2. Choose from the following:
   1. **Weekly**: Specify the days and times for updates.
   2. **Hourly**: Enter an interval in hours (e.g., every 6 hours).

#### Step 5: Resource Cleanup

* **Immediate Cleanup**: Remove resources not detected in the most recent successful source integration run.
* **No Cleanup**: Keep all resources indefinitely, even if they are no longer detected.

To keep your data relevant and free of outdated resources, Euno provides automatic **resource cleanup** options. These settings determine when a resource should be removed if it is no longer detected by a source integration. For a detailed explanation on Euno's cleanup strategies, see: [Resource Sponsorship in Euno](/developer-reference/technical-concepts/resource-sponsorship-and-cleanup-in-euno.md).

#### Step 6: Save Configuration

Click the **Save** button to complete the setup.


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.euno.ai/sources/transformation-etl/fivetran.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
