diff --git a/providers/airbyte/src/airflow/providers/airbyte/sensors/airbyte.py b/providers/airbyte/src/airflow/providers/airbyte/sensors/airbyte.py index bb524fc322598..4afccceabdf42 100644 --- a/providers/airbyte/src/airflow/providers/airbyte/sensors/airbyte.py +++ b/providers/airbyte/src/airflow/providers/airbyte/sensors/airbyte.py @@ -39,10 +39,11 @@ class AirbyteJobSensor(BaseSensorOperator): """ Check for the state of a previously submitted Airbyte job. - :param airbyte_job_id: Required. Id of the Airbyte job + :param airbyte_job_id: Required. Id of the Airbyte job. :param airbyte_conn_id: Optional. The name of the Airflow connection to get - :param deferrable: Run sensor in the deferrable mode. connection information for Airbyte. Defaults to "airbyte_default". + :param deferrable: Optional. Runs the sensor in deferrable mode. Defaults + to the config value "default_deferrable" or False, if not defined. :param api_version: Optional. Airbyte API version. Defaults to "v1". """