dbt Cloud

apache-airflow-providers-dbt-cloud

dbt Cloud

Works with Airflow 2.11+
Install:
pip install apache-airflow-providers-dbt-cloud==4.7.0

Airflow

2.11+

Python

>=3.10

Dependencies (6)

Show all Hide apache-airflow>=2.11.0 apache-airflow-providers-common-compat>=1.12.0 apache-airflow-providers-http asgiref>=2.3.0 aiohttp>=3.9.2 tenacity>=8.3.0

Connections (1)

Modules

O

DbtCloudGetJobRunArtifactOperator

Download artifacts from a dbt Cloud job run.

airflow.providers.dbt.cloud.operators.dbt.DbtCloudGetJobRunArtifactOperator
O

DbtCloudListJobsOperator

List jobs in a dbt Cloud project.

airflow.providers.dbt.cloud.operators.dbt.DbtCloudListJobsOperator
O

DbtCloudRunJobOperator

Executes a dbt Cloud job.

airflow.providers.dbt.cloud.operators.dbt.DbtCloudRunJobOperator
H

DbtCloudHook

Interact with dbt Cloud using the V2 (V3 if supported) API.

airflow.providers.dbt.cloud.hooks.dbt.DbtCloudHook
S

DbtCloudJobRunSensor

Checks the status of a dbt Cloud job run.

airflow.providers.dbt.cloud.sensors.dbt.DbtCloudJobRunSensor
T

DbtCloudRunJobTrigger

Trigger to make an HTTP call to dbt and get the status for the job.

airflow.providers.dbt.cloud.triggers.dbt.DbtCloudRunJobTrigger