DbtCloudJobRunSensorAsync

Astronomer Providers

Checks the status of a dbt Cloud job run.

Access Instructions

Install the Astronomer Providers 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.
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.

See also

For more information on sync Sensor DbtCloudJobRunSensor, take a look at the guide:: howto/operator:DbtCloudJobRunSensor

Was this page helpful?