airflow.providers.airbyte.hooks.airbyte¶
Attributes¶
Classes¶
Hook for Airbyte API. |
Module Contents¶
- class airflow.providers.airbyte.hooks.airbyte.AirbyteHook(airbyte_conn_id='airbyte_default', api_version='v1')[source]¶
Bases:
airflow.providers.airbyte.version_compat.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.