apache-airflow-providers-apache-pinot
Provider package apache-airflow-providers-apache-pinot for Apache Airflow
What it is and what it does
This is an Apache Airflow provider package that bridges Airflow workflows with Apache Pinot, a real-time analytics database. It supplies operators and hooks to execute SQL queries against Pinot clusters, manage connections, and integrate Pinot operations into Airflow DAGs. The package is built on top of Airflow's common SQL and compatibility providers, and uses pinotdb as its underlying connection driver.
The package is part of the official Airflow provider ecosystem, maintained by the Apache Software Foundation, and supports current Python versions (3.10 through 3.14). It is designed for teams running Airflow orchestration who need to query or interact with Pinot clusters as part of their data pipelines.
Use it for:
- Schedule and orchestrate SQL queries against Pinot tables as part of larger Airflow data workflows.
- Build real-time analytics pipelines that pull data from Pinot into downstream systems.
- Monitor Pinot cluster health and query performance by embedding Pinot operations in Airflow monitoring DAGs.
- Automate ETL tasks that involve querying Pinot and transforming results for reporting or further processing.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Integrates Apache Pinot with Apache Airflow, providing operators and hooks to query and manage Pinot clusters as part of Airflow data pipelines.
Yes. This is an actively maintained, production-stable provider package from the Apache Airflow project with no known vulnerabilities. Install it if you run Airflow and need to query or manage Apache Pinot clusters. The low install friction, permissive license, and tight integration with Airflow's SQL ecosystem make it a straightforward choice for Pinot users in Airflow environments.
Install
apache-airflow-providers-apache-pinot on PyPI
pip
pip install apache-airflow-providers-apache-pinotuv
uv add apache-airflow-providers-apache-pinotpoetry
poetry add apache-airflow-providers-apache-pinotInstalling apache-airflow-providers-apache-pinot
Before you install
Low friction install as a pure-Python wheel. Actively maintained with recent releases; requires Apache Airflow >=2.11.0 and pinotdb >=5.1.0 as runtime dependencies.
License in practice
Apache License 2.0 (permissive). You may use, modify, and distribute this package freely in commercial and private projects, provided you include the license notice.
Quickstart
pip install apache-airflow-providers-apache-pinot
from airflow.providers.apache.pinot.operators.pinot import PinotOperator
from airflow import DAG
with DAG('pinot_query_dag') as dag:
query_task = PinotOperator(
task_id='query_pinot',
sql='SELECT * FROM table_name LIMIT 10',
pinot_conn_id='pinot_default'
)
Requires an existing Apache Airflow installation (>=2.11.0) and a configured Pinot connection in Airflow.
Verify before relying
- Specific operators and hooks available beyond basic query execution
- Support for Pinot-specific features (real-time tables, segments, etc.)
- Whether cross-provider extras (common.compat, common.sql) are required for typical use
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-compat, apache-airflow-providers-common-sql, pinotdb |
| Maintenance | actively maintained — 68 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 197,363/month — #9,761 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_pinot-4.10.3-py3-none-any.whl
Keywords: airflow-provider, apache.pinot, 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-apache-druidIntegrates Apache Druid with Apache Airflow,…
permissive · top 15,000 on PyPI
apache-airflow-providers-apache-pigIntegrates Apache Pig with Apache Airflow,…
permissive · top 15,000 on PyPI
apache-airflow-providers-cloudantProvides Apache Airflow operators and hooks to…
permissive · top 15,000 on PyPI
apache-airflow-providers-apache-drillProvides Apache Airflow integration for Apache…
permissive · top 15,000 on PyPI
pinotdbProvides Python DB-API and SQLAlchemy dialect…
permissive · top 1,000 on PyPI
apache-airflow-providers-apache-kylinIntegrates Apache Kylin OLAP analytics with…
permissive · top 15,000 on PyPI
apache-airflow-providers-pgvectorIntegrates pgvector operations into Apache…
permissive · top 15,000 on PyPI
apache-airflow-providers-apache-impalaIntegrates Apache Impala with Apache Airflow,…
permissive · top 5,000 on PyPI
apache-airflow-providers-apache-icebergIntegrates Apache Iceberg table format with…
permissive · top 5,000 on PyPI
apache-airflow-providers-informaticaProvides Apache Airflow integration operators…
permissive · top 15,000 on PyPI