Fivetran Connector Sync
Trigger Fivetran syncs and run dbt™ transformations automatically with Paradime Bolt integration.
Overview
Paradime provides a convenient way to trigger and orchestrate Fivetran connector syncs, allowing you to keep your data warehouse up to date with the latest data from your sources.
By leveraging Paradime's Fivetran Integration to triggering syncs, you can orchestrate your data pipeline by running dbt™ transformations immediately after your Fivetran sync completes. You can configure this by adding dbt™ commands directly in the same Bolt schedule or by using the on run completion trigger in a separate dbt™ pipeline.

Prerequisites
1. Generate API Credentials
You will need a Fivetran API key and secret to use these commands. You can create them in your Fivetran account settings: API Keys. See our docs here.
🔧 Connector Configuration
Ensure connector setup is complete and not in a "broken" state.
Ensure source system credentials are valid.
Verify destination warehouse permissions are correct.
Unpause any paused connectors you want to sync.
2. Set Environment Variables
Use the generated credentials and set as environment variables for Bolt Schedules
FIVETRAN_API_KEY
FIVETRAN_API_SECRET
How to Configure Fivetran Connector Syncs
When setting up Fivetran Connector Sync, you can provide one or more Fivetran Connectors ID when setting up the task. Providing multiple Connector IDs in the same taks will allow the syncs to be run in parallel and continue to the next task only when all syncs completed.
We recommend you set the Fivetran connector sync schedule to manual. This ensures Fivetran runs when you expect, and syncs are ochestrated only via Paradime.

Learn More: For all supported commands and additional configuration flags, refer to the Paradime Fivetran CLI documentation.
Now, let's learn how to configure the Trigger Types of a Bolt Schedule.
Last updated
Was this helpful?