Skip to content

Fivetran adapter

Fivetran source adapter. Calls the Fivetran REST API to discover connectors and tables. Metadata only: Rocky never moves data through this adapter.

Field Type Required Description
destination_id string Yes Fivetran destination ID.
api_key string Yes Fivetran API key (Basic Auth).
api_secret string Yes Fivetran API secret (Basic Auth).
[adapter.fivetran]
type = "fivetran"
destination_id = "${FIVETRAN_DESTINATION_ID}"
api_key = "${FIVETRAN_API_KEY}"
api_secret = "${FIVETRAN_API_SECRET}"

HTTP Basic Auth using api_key and api_secret. Source-adapter authentication is separate from warehouse authentication — see Authentication.