DbtCloudJobRunSensor

dbt Cloud

Checks the status of a dbt Cloud job run.

View on GitHub

Last Updated: Apr. 3, 2023

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_idRequiredThe job run identifier.
account_idThe dbt Cloud account identifier.

Documentation

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

Was this page helpful?