Airbyte Connector Sync
Overview
Paradime provides a convenient way to trigger and orchestrate Airbyte connector syncs, allowing you to keep your data warehouse up to date with the latest data from your sources.
By leveraging Paradime's Airbyte Integration to triggering syncs, you can orchestrate your data pipeline by running dbt™ transformations immediately after your Airbyte 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 Client ID and Secret for your Application
You will need Airbyte credentials to use these commands:
- Airbyte Cloud: Client ID and Client Secret from your Airbyte Cloud workspace. More here 
- Airbyte Server: Client ID and Client Secret from your self-hosted Airbyte instance as well as your Airbyte URL of your Airbyte API endpoint (including the correct port number). More here 
🔧 Connector Configuration
- Ensure the connection exists and is enabled in the Airbyte dashboard. 
- Confirm that both the source and destination connectors have valid credentials and can connect. 
- Make sure the credentials used have the necessary permissions to run syncs and access resources. 
- Run manual tests or sample syncs in the Airbyte UI to validate configuration prior to large or automated runs. 
2. Set Environment Variables
Use the generated credentials and set as environment variables for Bolt Schedules
- AIRBYTE_CLIENT_ID
- AIRBYTE_CLIENT_SECRET
- AIRBYTE_BASE_URL(Airbyte Server ONly)
- USE_SERVER_AUTH(Airbyte Server Only)
How to Configure Airbyte Connector Syncs
When setting up Airbyte Connector Sync, you can provide one or more Airbyte 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 Airbyte connector sync schedule to manual. This ensures Airbyte runs when you expect, and syncs are orchestrated only via Paradime.

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