---
title: Fivetran
description: >-
  Connect Fivetran to Datadog Data Observability to view end-to-end lineage from
  source systems to your data warehouse.
breadcrumbs: >-
  Docs > Data Observability Overview > Quality Monitoring > ELT Integrations >
  Fivetran
---

# Fivetran

{% callout %}
# Important note for users on the following Datadog sites: app.ddog-gov.com

{% alert level="danger" %}
This product is not supported for your selected [Datadog site](https://docs.datadoghq.com/getting_started/site.md). ().
{% /alert %}

{% /callout %}

## Overview{% #overview %}

Datadog's Fivetran integration helps data teams understand how data flows from external sources into their data warehouses and trace quality issues back to upstream sources. When Datadog connects, it:

- Pulls metadata from your Fivetran account, including connectors, groups, and schema mappings
- Automatically generates column-level lineage between source system tables and destination warehouse tables across all active connectors

Lineage is derived for all [supported data warehouse destinations](https://docs.datadoghq.com/data_observability/quality_monitoring/data_warehouses.md).

## Connect Fivetran{% #connect-fivetran %}

### Generate an API key{% #generate-an-api-key %}

Datadog recommends using a **System Key**. Unlike Scoped Keys, which inherit permissions from a user account, System Keys have permissions set at the key level and continue working if the associated user leaves or changes roles.

Follow the [Fivetran System Keys documentation](https://fivetran.com/docs/rest-api/getting-started/system-keys) to generate an API key and secret with the following permissions:

```json
[
  {"resource_type": "ACCOUNT", "access_level": "READ"},
  {"resource_type": "DESTINATION", "access_level": "READ"},
  {"resource_type": "CONNECTOR", "access_level": "READ"}
]
```

### Add the Fivetran integration{% #add-the-fivetran-integration %}

To connect Fivetran to Datadog:

1. Navigate to the [Fivetran integration tile](https://app.datadoghq.com/integrations/fivetran) and enter the following information:

   - API key
   - API secret

1. After you've entered these credentials, click **Save**.

## What's next{% #whats-next %}

When your Fivetran account is successfully connected, Datadog syncs every 60 minutes and automatically derives column-level lineage from source system tables to your destination warehouse tables across all active connectors.

Initial syncs may take up to several hours depending on the number of connectors and schemas in your Fivetran account.

After syncing, you can explore your Fivetran-sourced tables and their upstream dependencies in the [Data Observability Catalog](https://app.datadoghq.com/data-obs/catalog).

## Further reading{% #further-reading %}

- [Learn about Data Observability](https://docs.datadoghq.com/data_observability.md)
