Skip to main content
Skip table of contents

Airbyte - Trigger Sync

Overview

Execute a sync against an existing connector in the Airbyte interface.

Variables

Name
Reference
Type
Required
Default
Options
Description
Connection IDAIRBYTE_CONNECTION_IDAlphanumeric--The ID of the sync to trigger
API TokenAIRBYTE_API_TOKENPassword--The API token generated by Airbyte
Wait For CompletionAIRBYTE_WAITBooleanTRUE-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

YAML

source:
  template: Airbyte - Trigger Sync
  inputs:
    AIRBYTE_CONNECTION_ID:
    AIRBYTE_API_TOKEN:
    AIRBYTE_WAIT: 'TRUE'
  type: TEMPLATE
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

      
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.