> ## Documentation Index
> Fetch the complete documentation index at: https://docs.paradime.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Sync Fivetran Connector

> Add a Sync Fivetran Connector command to a Paradime Bolt schedule to trigger Fivetran syncs, then run dbt™ transformations on the freshly loaded data.

Trigger one or more [Fivetran](/integrations/fivetran) connector syncs from a Bolt schedule so your warehouse has the latest source data before your dbt™ models run. Add dbt™ commands to the same schedule to transform right after the sync, or run a separate dbt™ pipeline with the [On run completion trigger](/products/bolt/creating-schedules/trigger-types#on-run-completion).

## Prerequisites

* Fivetran connected as a [workspace integration](/integrations/fivetran), with credentials set as [Bolt schedule environment variables](/products/settings/environment-variables/bolt-schedule-env-variables):
  * `FIVETRAN_API_KEY`
  * `FIVETRAN_API_SECRET`
* The connector is set up and enabled (not paused or in a broken state), with valid source credentials and destination permissions.

<Check>
  Set the connector's sync schedule to **Manual** in Fivetran, so syncs run only when Paradime triggers them. See the [Fivetran integration](/integrations/fivetran) for how to switch a connector to manual scheduling.
</Check>

## Usage

Add the **Sync Fivetran Connector** command to your schedule, then:

1. Enter one or more **Connector IDs** (for example, `unsold_decoration`). Use **Add connector** to sync several in parallel; the schedule continues to the next command only once all syncs finish.
2. Click **Add command**.

## Learn more

See the [Paradime Fivetran CLI](/developers/paradime-cli/fivetran-cli) for all supported commands and flags.


## Related topics

- [Commands](/products/bolt/creating-schedules/command-settings/index.md)
- [Fivetran CLI](/developers/paradime-cli/fivetran-cli.md)
- [Fivetran](/integrations/fivetran.md)
- [Paradime CLI](/developers/paradime-cli/index.md)
