Airbyte - Trigger Sync
info
This Blueprint is classified as "Free" and does not incur billable runtime. Learn more.
Overviewβ
Execute a sync against an existing connector in the Airbyte interface.
Variablesβ
Name | Reference | Type | Required | Default | Options | Description |
---|---|---|---|---|---|---|
Connection ID | AIRBYTE_CONNECTION_ID | Alphanumeric | β | - | - | The ID of the sync to trigger |
API Token | AIRBYTE_API_TOKEN | Password | β | - | - | The API token generated by Airbyte |
Wait For Completion | AIRBYTE_WAIT | Boolean | β | TRUE | - | Enable if you want the vessel to wait until the sync job is successfully completed. Otherwise, the vessel will only initiate the sync job without waiting |
YAMLβ
Below is the YAML template for this Blueprint and can be used in the Fleet YAML Editor.
source:
blueprint: Airbyte - Trigger Sync
inputs:
AIRBYTE_CONNECTION_ID: null ## REQUIRED
AIRBYTE_API_TOKEN: null ## REQUIRED
AIRBYTE_WAIT: 'TRUE'
type: BLUEPRINT
guardrails:
retry_count: 1
retry_wait: 0h0m0s
runtime_cutoff: 1h0m0s
exclude_exit_code_ranges:
- '200'
- '201'
- '202'
- '203'
- '204'
- '210'
- '211'
- '212'
- '213'
- '214'
- '215'
- '220'