airflow.providers.airbyte.hooks.airbyte
¶
Module Contents¶
Classes¶
Hook for Airbyte API. |
Attributes¶
- class airflow.providers.airbyte.hooks.airbyte.AirbyteHook(airbyte_conn_id='airbyte_default', api_version='v1')[source]¶
Bases:
airflow.hooks.base.BaseHook
Hook for Airbyte API.
- Parameters
- get_job_details(job_id)[source]¶
Use Http async call to retrieve metadata for a specific job of an Airbyte Sync.
- Parameters
job_id (int) – The ID of an Airbyte Sync Job.
- get_job_status(job_id)[source]¶
Retrieve the status for a specific job of an Airbyte Sync.
- Parameters
job_id (int) – The ID of an Airbyte Sync Job.