
Fivetran Connectors
CertifiedTasks that trigger and manage Fivetran connector syncs.
Start a connector sync through the Fivetran API and optionally wait for completion or failure, including a force-restart option. Requires API key/secret credentials and a connectorId; you can override the API base URL, HTTP options, and tune force, wait, and maxDuration to match your run policies.
Fivetran Connectors
Tasks that trigger and manage Fivetran connector syncs.
Start a connector sync through the Fivetran API and optionally wait for completion or failure, including a force-restart option. Requires API key/secret credentials and a connectorId; you can override the API base URL, HTTP options, and tune force, wait, and maxDuration to match your run policies.
How to use the Fivetran plugin
Trigger Fivetran connector syncs from Kestra flows and optionally wait for completion.
Authentication
Set apiKey and apiSecret (both required) for HTTP Basic authentication against the Fivetran API. Store secrets in secrets and apply connection properties globally with plugin defaults.
Tasks
connectors.Sync triggers a sync for a connectorId (required) and waits for completion by default (wait: true). Set force: true to cancel any active sync before starting a new one — by default a running sync is left as-is and the task skips. Cap wait time with maxDuration (default 60 minutes).