airflow.providers.airbyte.hooks.airbyte¶
Module Contents¶
Classes¶
Hook for Airbyte API. |
- class airflow.providers.airbyte.hooks.airbyte.AirbyteHook(airbyte_conn_id='airbyte_default', api_version='v1')[source]¶
Bases:
airflow.providers.http.hooks.http.HttpHookHook for Airbyte API.
- Parameters
- submit_sync_connection(connection_id)[source]¶
Submit a job to a Airbyte server.
- Parameters
connection_id (str) – Required. The ConnectionId of the Airbyte Connection.
- get_job(job_id)[source]¶
Get the resource representation for a job in Airbyte.
- Parameters
job_id (int) – Required. Id of the Airbyte job