# 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 the details of the API Key.
   2. **API Secret**: Enter the details of the API Key.

#### Step 3: 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 4: 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 5: Save Configuration

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


---

# 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.euno.ai/sources/transformation-etl/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.
