apache-airflow-providers-apache-kylin
Provider package apache-airflow-providers-apache-kylin for Apache Airflow
What it is and what it does
This is an Apache Airflow provider package that bridges Kylin OLAP analytics into Airflow's workflow orchestration. It supplies operators, hooks, and connection types for interacting with Apache Kylin clusters from within Airflow DAGs, allowing you to schedule and monitor Kylin queries as part of larger data pipelines.
The package depends on apache-airflow (>=2.11.0), kylinpy (>2.7.0), and apache-airflow-providers-common-compat (>=1.10.1). It is actively maintained, supports Python 3.10 through 3.14, and carries no known vulnerabilities. Installation is straightforward via pip on top of an existing Airflow installation.
Use it for:
- Schedule recurring Kylin OLAP queries as part of a data warehouse refresh pipeline in Airflow
- Orchestrate multi-step analytics workflows that query Kylin cubes and pass results to downstream tasks
- Monitor and log Kylin query execution and performance metrics within Airflow's task history
- Integrate Kylin data cube operations into CI/CD or ETL automation workflows managed by Airflow
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Integrates Apache Kylin OLAP analytics with Apache Airflow workflows, enabling scheduled queries and data cube management through Airflow DAGs.
Yes, if you run Apache Airflow and need to orchestrate Apache Kylin analytics. The package is actively maintained, carries no security vulnerabilities, and has low install friction. It is production-stable and suitable for teams using both Airflow and Kylin in their data stack.
Install
apache-airflow-providers-apache-kylin on PyPI
pip
pip install apache-airflow-providers-apache-kylinuv
uv add apache-airflow-providers-apache-kylinpoetry
poetry add apache-airflow-providers-apache-kylinInstalling apache-airflow-providers-apache-kylin
Before you install
Low friction install as a pure Python wheel. Actively maintained with recent releases; requires apache-airflow >=2.11.0 and kylinpy >2.7.0.
License in practice
Apache-2.0 permissive license allows commercial and private use with minimal restrictions; suitable for most deployment contexts.
Quickstart
pip install apache-airflow-providers-apache-kylin
from airflow.providers.apache.kylin.operators import KylinOperator
from airflow import DAG
with DAG('kylin_query') as dag:
task = KylinOperator(task_id='run_query')
Requires apache-airflow >=2.11.0 and kylinpy >2.7.0 to be installed; Python 3.10 or later.
Verify before relying
- What specific Kylin operators and hooks are available in this provider version
- Whether Kylin connection configuration is documented for Airflow's connection UI
- Support for Kylin query result handling and downstream task integration patterns
Package facts
| License | Apache-2.0 (permissive) |
| Python support | supports the current Python release (>=3.10) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 3 — apache-airflow, apache-airflow-providers-common-compat, kylinpy |
| Maintenance | actively maintained — 68 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 185,774/month — #10,001 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_kylin-3.10.5-py3-none-any.whl
Keywords: airflow-provider, apache.kylin, 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-segmentIntegrates Apache Airflow with Segment for…
permissive · top 15,000 on PyPI
kylinpyPython client library and SQLAlchemy dialect…
permissive · top 5,000 on PyPI
apache-airflow-providers-apache-flinkProvides Apache Airflow integration for Apache…
permissive · top 15,000 on PyPI
apache-airflow-providers-apache-druidIntegrates Apache Druid with Apache Airflow,…
permissive · top 15,000 on PyPI
apache-airflow-providers-arangodbIntegrates ArangoDB with Apache Airflow,…
permissive · top 15,000 on PyPI
apache-airflow-providers-apache-pinotIntegrates Apache Pinot with Apache Airflow,…
permissive · top 15,000 on PyPI
apache-airflow-providers-datadogIntegrates Apache Airflow with Datadog for…
permissive · top 5,000 on PyPI
apache-airflow-providers-asanaIntegrates Apache Airflow with Asana, enabling…
permissive · top 15,000 on PyPI
apache-airflow-providers-informaticaProvides Apache Airflow integration operators…
permissive · top 15,000 on PyPI
apache-airflow-providers-jenkinsIntegrates Jenkins CI/CD systems into Apache…
permissive · top 15,000 on PyPI