skillfed

apache-airflow-providers-apache-pinot

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

apache-airflow-providers-apache-pinot v4.10.3 197.4K downloads/30d#9,761 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 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-pinot

uv

uv add apache-airflow-providers-apache-pinot

poetry

poetry add apache-airflow-providers-apache-pinot

Installing 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

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 pinot integrationpinot operator airflowquery pinot from airflowairflow data pipeline pinotpinot sql airflow tasksairflow pinot provider
airflow-providerdata-orchestrationpinot-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-druid

Integrates Apache Druid with Apache Airflow,…

permissive · top 15,000 on PyPI

apache-airflow-providers-apache-pig

Integrates Apache Pig with Apache Airflow,…

permissive · top 15,000 on PyPI

apache-airflow-providers-cloudant

Provides Apache Airflow operators and hooks to…

permissive · top 15,000 on PyPI

apache-airflow-providers-apache-drill

Provides Apache Airflow integration for Apache…

permissive · top 15,000 on PyPI

pinotdb

Provides Python DB-API and SQLAlchemy dialect…

permissive · top 1,000 on PyPI

apache-airflow-providers-apache-kylin

Integrates Apache Kylin OLAP analytics with…

permissive · top 15,000 on PyPI

apache-airflow-providers-pgvector

Integrates pgvector operations into Apache…

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

Integrates Apache Iceberg table format with…

permissive · top 5,000 on PyPI

apache-airflow-providers-informatica

Provides Apache Airflow integration operators…

permissive · top 15,000 on PyPI