AirbyteJobSensor

Airbyte

Check for the state of a previously submitted Airbyte job.

View on GitHub

Last Updated: Mar. 11, 2023

Access Instructions

Install the Airbyte provider package into your Airflow environment.

Import the module into your DAG file and instantiate it with your desired params.

Parameters

airbyte_job_idRequiredRequired. Id of the Airbyte job
airbyte_conn_idRequired. The name of the Airflow connection to get connection information for Airbyte.
api_versionOptional. Airbyte API version.

Documentation

Check for the state of a previously submitted Airbyte job.

Was this page helpful?