skillfed

apache-airflow-providers-apache-druid

Provider package apache-airflow-providers-apache-druid for Apache Airflow

apache-airflow-providers-apache-druid v4.5.2 273.7K downloads/30d#8,197 on PyPI46,490
Permissive license Apache-2.0 Active released

What it is and what it does

This is an Apache Airflow provider package that bridges Airflow and Apache Druid, enabling you to orchestrate Druid queries and operations as part of your Airflow DAGs. It wraps pydruid and integrates with Airflow's task execution model, allowing you to define Druid-based tasks alongside other data pipeline steps.

The package depends on apache-airflow (>=2.11.0), apache-airflow-providers-common-sql, apache-airflow-providers-common-compat, and pydruid (>=0.6.6). It is actively maintained, supports Python 3.10 through 3.14, and carries no known security vulnerabilities. Installation is straightforward via pip on top of an existing Airflow setup.

Use it for:

  • Schedule and monitor Druid SQL queries as part of larger Airflow data pipelines.
  • Orchestrate ETL workflows that extract data from Druid and load it into downstream systems.
  • Integrate Druid analytics queries into multi-step Airflow DAGs with conditional logic and error handling.
  • Manage Druid data ingestion and segment operations through Airflow task scheduling.

Worth the install?

AI-flagged interpretation of the facts on this page — verify before relying

Integrates Apache Druid with Apache Airflow, providing operators and hooks to query and manage Druid data sources within Airflow workflows.

Yes, if you run Apache Airflow and need to query or manage Apache Druid. The package is actively maintained, carries no known vulnerabilities, and has low install friction. It is production-stable and widely used. Install only if you have an existing Airflow deployment and a Druid cluster to connect to.

Install

apache-airflow-providers-apache-druid on PyPI

pip

pip install apache-airflow-providers-apache-druid

uv

uv add apache-airflow-providers-apache-druid

poetry

poetry add apache-airflow-providers-apache-druid

Installing apache-airflow-providers-apache-druid

Before you install

Low friction install as a pure Python wheel. Actively maintained with recent releases; requires Apache Airflow >=2.11.0 and modern Python (3.10+).

License in practice

Apache-2.0 permissive license allows use in most commercial and open-source projects without significant legal constraints.

Quickstart

pip install apache-airflow-providers-apache-druid

from airflow.providers.apache.druid.operators.druid import DruidOperator

druid_task = DruidOperator(
    task_id='query_druid',
    sql='SELECT * FROM table',
    druid_conn_id='druid_default'
)

Requires an existing Apache Airflow installation (>=2.11.0) and a configured Druid connection in Airflow.

Verify before relying

  • Specific operators and hooks available beyond the base integration.
  • Whether cross-provider dependencies (apache.hive) are needed for typical use cases.
  • Performance characteristics when querying large Druid datasets through Airflow.

Package facts

License Apache-2.0 (permissive)
Python support supports the current Python release (>=3.10)
Install friction low — pure-Python wheel
Runtime dependencies 4 — apache-airflow, apache-airflow-providers-common-sql, apache-airflow-providers-common-compat, pydruid
Maintenance actively maintained — 124 days since the last release
Last repo commit
First released
Downloads 273,664/month — #8,197 on PyPI (30-day window, as of 2026-08-14)
Known vulnerabilities none known (OSV.dev, checked 2026-08-14)

Evidence: apache_airflow_providers_apache_druid-4.5.2-py3-none-any.whl

Keywords: airflow-provider, apache.druid, 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 druid integrationdruid operator airflowdruid sql queries airflowairflow provider druiddruid data pipelinedruid airflow connector
airflow-providerdata-orchestrationdruid-integration

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-apache-pinot

Integrates Apache Pinot with Apache Airflow,…

permissive · top 15,000 on PyPI

apache-airflow-providers-ydb

Integrates YDB (a distributed SQL database)…

permissive · top 15,000 on PyPI

apache-airflow-providers-apache-drill

Provides Apache Airflow integration for Apache…

permissive · top 15,000 on PyPI

apache-airflow-providers-apache-kylin

Integrates Apache Kylin OLAP analytics with…

permissive · top 15,000 on PyPI

apache-airflow-providers-apache-hive

Integrates Apache Hive with Apache Airflow,…

permissive · top 15,000 on PyPI

apache-airflow-providers-apache-impala

Integrates Apache Impala with Apache Airflow,…

permissive · top 5,000 on PyPI

apache-airflow-providers-informatica

Provides Apache Airflow integration operators…

permissive · top 15,000 on PyPI

apache-airflow-providers-odbc

Provides ODBC database connectivity operators…

permissive · top 5,000 on PyPI

apache-airflow-providers-mysql

Integrates Apache Airflow with MySQL databases,…

permissive · top 5,000 on PyPI

apache-airflow-providers-vertica

Integrates Vertica database connectivity into…

permissive · top 15,000 on PyPI