airflow.providers.dbt.cloud.sensors.dbt
¶
Module Contents¶
Classes¶
Checks the status of a dbt Cloud job run. |
- class airflow.providers.dbt.cloud.sensors.dbt.DbtCloudJobRunSensor(*, dbt_cloud_conn_id=DbtCloudHook.default_conn_name, run_id, account_id=None, **kwargs)[source]¶
Bases:
airflow.sensors.base.BaseSensorOperator
Checks the status of a dbt Cloud job run.
See also
For more information on how to use this sensor, take a look at the guide: Poll for status of a dbt Cloud Job run
- Parameters