2023-04-17 16:45:47 +02:00
---
title: Fivetran
2023-05-04 12:37:18 -07:00
slug: /connectors/pipeline/fivetran
2023-04-17 16:45:47 +02:00
---
# Fivetran
In this section, we provide guides and references to use the Fivetran connector.
Configure and schedule Fivetran metadata and profiler workflows from the OpenMetadata UI:
- [Requirements ](#requirements )
- [Metadata Ingestion ](#metadata-ingestion )
2023-07-06 15:11:13 +02:00
{% partial file="/v1.1.0/connectors/ingestion-modes-tiles.md" variables={yamlPath: "/connectors/pipeline/fivetran/yaml"} /%}
2023-04-17 16:45:47 +02:00
## Requirements
2023-04-21 20:14:41 +05:30
To access Fivetran APIs, a Fivetran account on a Standard, Enterprise, or Business Critical plan is required.
2023-04-17 16:45:47 +02:00
## Metadata Ingestion
2023-07-06 15:11:13 +02:00
{% partial
file="/v1.1.0/connectors/metadata-ingestion-ui.md"
variables={
connector: "Fivetran",
selectServicePath: "/images/v1.1.0/connectors/fivetran/select-service.png",
addNewServicePath: "/images/v1.1.0/connectors/fivetran/add-new-service.png",
serviceConnectionPath: "/images/v1.1.0/connectors/fivetran/service-connection.png",
}
/%}
2023-04-17 16:45:47 +02:00
2023-07-06 15:11:13 +02:00
{% stepsContainer %}
2023-04-17 16:45:47 +02:00
{% extraContent parentTagName="stepsContainer" %}
2023-07-06 15:11:13 +02:00
#### Connection Details
2023-04-17 16:45:47 +02:00
2023-04-21 20:14:41 +05:30
**apiKey**: Fivetran API Key.
Follow the steps mentioned below to generate the Fivetran API key and API secret:
- Click your user name in your Fivetran dashboard.
- Click API Key.
- Click Generate API key. (If you already have an API key, then the button text is Generate new API key.)
- Make a note of the key and secret as they won't be displayed once you close the page or navigate away.
For more detailed documentation visit [here ](https://fivetran.com/docs/rest-api/getting-started ).
2023-07-06 15:11:13 +02:00
- **apiSecret**: Fivetran API Secret. From the above step where the API key is generated copy the API secret
- **hostPort**: HostPort of the Fivetran instance. By default, OpenMetadata will use `https://api.fivetran.com` to connect to the Fivetran APIs.
- **limit**: Fivetran API Limit For Pagination. This refers to the maximum number of records that can be returned in a single page of results when using Fivetran's API for pagination.
2023-04-21 20:14:41 +05:30
2023-07-06 15:11:13 +02:00
{% partial file="/v1.1.0/connectors/test-connection.md" /%}
2023-04-21 20:14:41 +05:30
2023-07-06 15:11:13 +02:00
{% partial file="/v1.1.0/connectors/pipeline/configure-ingestion.md" /%}
2023-04-21 20:14:41 +05:30
2023-07-06 15:11:13 +02:00
{% partial file="/v1.1.0/connectors/ingestion-schedule-and-deploy.md" /%}
2023-04-17 16:45:47 +02:00
{% /stepsContainer %}
2023-07-06 15:11:13 +02:00
{% partial file="/v1.1.0/connectors/troubleshooting.md" /%}