Skip to main content

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​

NameReferenceTypeRequiredDefaultOptionsDescription
Connection IDAIRBYTE_CONNECTION_IDAlphanumericβœ…--The ID of the sync to trigger
API TokenAIRBYTE_API_TOKENPasswordβœ…--The API token generated by Airbyte
Wait For CompletionAIRBYTE_WAITBooleanβž–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'