DbtCloudJobRunAsyncSensor
dbt CloudChecks the status of a dbt Cloud job run asynchronously.
Access Instructions
Install the dbt Cloud provider package into your Airflow environment.
Import the module into your DAG file and instantiate it with your desired params.
Parameters
dbt_cloud_conn_idThe connection identifier for connecting to dbt Cloud.
run_idThe job run identifier.
account_idThe dbt Cloud account identifier.
poll_intervalPeriodic time interval for the sensor to check for job status.
timeoutTime in seconds to wait for a job run to reach a terminal status. Defaults to 7 days.
Documentation
Checks the status of a dbt Cloud job run asynchronously.
See also
For more information on the DbtCloudJobRunAsyncSensor, take a look at the guide:: Poll for status of a dbt Cloud Job run asynchronously