apache-airflow-providers-dbt-cloud
Provider package apache-airflow-providers-dbt-cloud for Apache Airflow
What it is and what it does
This is an official Apache Airflow provider that bridges dbt Cloud and Airflow, allowing you to orchestrate dbt Cloud jobs as tasks within Airflow DAGs. It provides operators and hooks to trigger dbt Cloud runs, monitor their progress, and integrate transformation workflows into larger data pipelines managed by Airflow.
The package depends on core Airflow (>=2.11.0), HTTP provider for API communication, aiohttp for async operations, and tenacity for retry logic. It supports Python 3.10, 3.11, 3.12, 3.13, and 3.14, and is actively maintained by the Apache Airflow project. Optional OpenLineage integration is available for data lineage tracking.
Use it for:
- Trigger dbt Cloud transformation jobs on a schedule or event from an Airflow DAG
- Wait for dbt Cloud job completion and handle success/failure within a larger pipeline
- Integrate dbt Cloud runs with upstream data ingestion and downstream analytics tasks
- Monitor and log dbt Cloud job execution as part of centralized Airflow workflow observability
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Integrates dbt Cloud with Apache Airflow, enabling orchestration of dbt Cloud jobs and data transformation workflows within Airflow DAGs.
Yes. This is a production-stable, actively maintained provider from the Apache Airflow project with no known vulnerabilities. Install it if you use both Airflow and dbt Cloud and need to orchestrate dbt jobs within Airflow workflows. Low install friction and permissive licensing make adoption straightforward.
Install
apache-airflow-providers-dbt-cloud on PyPI
pip
pip install apache-airflow-providers-dbt-clouduv
uv add apache-airflow-providers-dbt-cloudpoetry
poetry add apache-airflow-providers-dbt-cloudInstalling apache-airflow-providers-dbt-cloud
Before you install
Low friction install as a pure Python wheel. Active maintenance with a release 6 days old; requires Airflow >=2.11.0 and Python 3.10+. Six runtime dependencies are all established ecosystem packages.
License in practice
Apache-2.0 permissive license allows commercial and private use with minimal restrictions; standard for Apache Airflow ecosystem.
Quickstart
pip install apache-airflow-providers-dbt-cloud
from airflow.providers.dbt.cloud.operators.dbt import DbtCloudRunJobOperator
from airflow import DAG
with DAG('dbt_cloud_dag') as dag:
run_dbt = DbtCloudRunJobOperator(task_id='run_dbt_job')
Requires an existing Airflow installation (>=2.11.0) and dbt Cloud account credentials configured in Airflow connections.
Verify before relying
- Specific operators and hooks available beyond DbtCloudRunJobOperator
- Whether OpenLineage integration is enabled by default or requires optional dependency
- Support for dbt Cloud API versions and feature coverage
- Required dbt Cloud account setup and authentication flow
Package facts
| License | Apache-2.0 (permissive) |
| Python support | supports the current Python release (>=3.10) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 6 — apache-airflow, apache-airflow-providers-common-compat, apache-airflow-providers-http, asgiref, aiohttp, tenacity |
| Maintenance | actively maintained — 6 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 1,635,791/month — #3,701 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: apache_airflow_providers_dbt_cloud-4.9.3-py3-none-any.whl
Keywords: airflow-provider, dbt.cloud, airflow, integration
Tags
More Monitoring packages
Wraps any iterable to display a real-time…
copyleft · top 100 on PyPI
opentelemetry-semantic-conventionsProvides generated Python code for…
permissive · top 100 on PyPI
opentelemetry-sdkProvides the reference implementation of the…
permissive · top 100 on PyPI
opentelemetry-apiProvides the abstract API and interfaces for…
permissive · top 100 on PyPI
opentelemetry-exporter-otlp-proto-httpExports OpenTelemetry observability data to an…
permissive · top 1,000 on PyPI
opentelemetry-instrumentationProvides automatic instrumentation commands and…
permissive · top 1,000 on PyPI
apache-airflow-providers-databricksIntegrates Apache Airflow with Databricks,…
permissive · top 1,000 on PyPI
apache-airflow-providers-oracleIntegrates Apache Airflow with Oracle…
permissive · top 5,000 on PyPI
apache-airflow-providers-trinoIntegrates Apache Airflow with Trino, enabling…
permissive · top 15,000 on PyPI
apache-airflow-providers-apache-sparkIntegrates Apache Spark with Apache Airflow,…
permissive · top 5,000 on PyPI
apache-airflow-providers-ftpProvides FTP integration for Apache Airflow,…
permissive · top 5,000 on PyPI
airflow-dbt-pythonProvides Airflow operators, hooks, and…
permissive · top 15,000 on PyPI
airflow-dbtProvides Airflow operators that wrap dbt CLI…
permissive · top 15,000 on PyPI
apache-airflow-providers-cncf-kubernetesIntegrates Apache Airflow with Kubernetes,…
permissive · top 5,000 on PyPI
apache-airflow-providers-salesforceIntegrates Salesforce data operations into…
permissive · top 5,000 on PyPI
sf-hamiltonThis package is a redirect to apache-hamilton;…
permissive · top 15,000 on PyPI