skillfed

apache-airflow-providers-dbt-cloud

Provider package apache-airflow-providers-dbt-cloud for Apache Airflow

apache-airflow-providers-dbt-cloud v4.9.3 1.6M downloads/30d#3,701 on PyPI46,490
Permissive license Apache-2.0 Active released

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-cloud

uv

uv add apache-airflow-providers-dbt-cloud

poetry

poetry add apache-airflow-providers-dbt-cloud

Installing 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

Development Status :: 5 - Production/StableEnvironment :: ConsoleEnvironment :: Web EnvironmentFramework :: Apache AirflowFramework :: Apache Airflow :: ProviderIntended Audience :: DevelopersIntended Audience :: System AdministratorsProgramming Language :: Python :: 3.10Programming Language :: Python :: 3.11Programming Language :: Python :: 3.12Programming Language :: Python :: 3.13Programming Language :: Python :: 3.14Topic :: System :: Monitoring

Tags

airflow dbt cloud integrationdbt cloud orchestration airflowairflow provider dbtschedule dbt cloud jobsairflow dbt transformationdata pipeline dbt airflow
airflow-providerdbt-integrationorchestration

More Monitoring packages

tqdm

Wraps any iterable to display a real-time…

copyleft · top 100 on PyPI

opentelemetry-semantic-conventions

Provides generated Python code for…

permissive · top 100 on PyPI

opentelemetry-sdk

Provides the reference implementation of the…

permissive · top 100 on PyPI

opentelemetry-api

Provides the abstract API and interfaces for…

permissive · top 100 on PyPI

opentelemetry-exporter-otlp-proto-http

Exports OpenTelemetry observability data to an…

permissive · top 1,000 on PyPI

opentelemetry-instrumentation

Provides automatic instrumentation commands and…

permissive · top 1,000 on PyPI

apache-airflow-providers-databricks

Integrates Apache Airflow with Databricks,…

permissive · top 1,000 on PyPI

apache-airflow-providers-oracle

Integrates Apache Airflow with Oracle…

permissive · top 5,000 on PyPI

apache-airflow-providers-trino

Integrates Apache Airflow with Trino, enabling…

permissive · top 15,000 on PyPI

apache-airflow-providers-apache-spark

Integrates Apache Spark with Apache Airflow,…

permissive · top 5,000 on PyPI

apache-airflow-providers-ftp

Provides FTP integration for Apache Airflow,…

permissive · top 5,000 on PyPI

airflow-dbt-python

Provides Airflow operators, hooks, and…

permissive · top 15,000 on PyPI

airflow-dbt

Provides Airflow operators that wrap dbt CLI…

permissive · top 15,000 on PyPI

apache-airflow-providers-cncf-kubernetes

Integrates Apache Airflow with Kubernetes,…

permissive · top 5,000 on PyPI

apache-airflow-providers-salesforce

Integrates Salesforce data operations into…

permissive · top 5,000 on PyPI

sf-hamilton

This package is a redirect to apache-hamilton;…

permissive · top 15,000 on PyPI