airflow.providers.airbyte.triggers.airbyte¶
Classes¶
Triggers Airbyte Sync, makes an asynchronous HTTP call to get the status via a job ID. |
Module Contents¶
- class airflow.providers.airbyte.triggers.airbyte.AirbyteSyncTrigger(job_id, conn_id, end_time, poll_interval)[source]¶
Bases:
airflow.triggers.base.BaseTriggerTriggers Airbyte Sync, makes an asynchronous HTTP call to get the status via a job ID.
This trigger is designed to initiate and monitor the status of Airbyte Sync jobs. It makes use of asynchronous communication to check the progress of a job run over time.
- Parameters: