Fivetran adapter
Fivetran source adapter. Calls the Fivetran REST API to discover connectors and tables. Metadata only: Rocky never moves data through this adapter.
Fields
Section titled “Fields”| 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}"Authentication
Section titled “Authentication”HTTP Basic Auth using api_key and api_secret. Source-adapter authentication is separate from warehouse authentication — see Authentication.
See also
Section titled “See also”[adapter.NAME]— fields shared by every adapter type, including the retry policy.- Fivetran state cache — sharing the resolved state envelope across processes.