Skip to main content
Skip table of contents

Airbyte - Check Sync Status (Deprecated)

Overview

This Blueprint has been deprecated. Please use the vendor's "Trigger" Blueprint and set the "Wait for Completion" option to "True". Using this new option is free, more stable, and will complete faster. Read more about this change [here](https://www.shipyardapp.com/blog/orchestrate-data-tools-free). Check the status of a specific Airbyte sync run and return with the final status. Best used if run immediately after the Airbyte - Trigger Sync blueprint.

Variables

NameReferenceTypeRequiredDefaultOptionsDescription
API TokenAIRBYTE_API_TOKENPassword--The API token generated by Airbyte
Job IDAIRBYTE_JOB_IDAlphanumeric--The ID for the desired to sync to check

YAML

Below is the YAML template

YAML

source:
  template: Airbyte - Check Sync Status (Deprecated)
  inputs:
    AIRBYTE_API_TOKEN:
    AIRBYTE_JOB_ID:
  type: TEMPLATE
guardrails:
  retry_count: 1
  retry_wait: 0h0m0s
  runtime_cutoff: 1h0m0s
  exclude_exit_code_ranges:
    - 201
    - 210
    - 211
    - 212
    - 213
    - 215

      
JavaScript errors detected

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

If this problem persists, please contact our support.