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.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.
How to Set an Airbyte Sync to Manual
How to Set an Airbyte Sync to Manual
To set an Airbyte connection to “manual,” you need to find the specific connection in the Airbyte UI and change its Schedule Type to “Manual”.This is done within the connection’s settings, which allows you to manually trigger syncs rather than having them run on a fixed schedule.Step 1: Navigate to the connection
- In the left navigation pane, click on Connections.
- Find the specific connection you want to modify and click on its name.
- In the connection’s settings page, find the Schedule Type setting.
- Click on the dropdown menu next to it and select Manual.
- Click the Save changes button at the bottom of the page to apply the new schedule.
- Your connection is now set to manual and will not sync automatically.


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.