skillfed

apache-airflow-providers-apache-kylin

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

apache-airflow-providers-apache-kylin v3.10.5 185.8K downloads/30d#10,001 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 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-kylin

uv

uv add apache-airflow-providers-apache-kylin

poetry

poetry add apache-airflow-providers-apache-kylin

Installing 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

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 apache kylin providerkylin olap integration airflowschedule kylin queries airflowairflow kylin operatorkylin data cube airflowapache kylin airflow plugin
airflow-providerolap-analyticsworkflow-orchestration

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

Integrates Apache Airflow with Segment for…

permissive · top 15,000 on PyPI

kylinpy

Python client library and SQLAlchemy dialect…

permissive · top 5,000 on PyPI

apache-airflow-providers-apache-flink

Provides Apache Airflow integration for Apache…

permissive · top 15,000 on PyPI

apache-airflow-providers-apache-druid

Integrates Apache Druid with Apache Airflow,…

permissive · top 15,000 on PyPI

apache-airflow-providers-arangodb

Integrates ArangoDB with Apache Airflow,…

permissive · top 15,000 on PyPI

apache-airflow-providers-apache-pinot

Integrates Apache Pinot with Apache Airflow,…

permissive · top 15,000 on PyPI

apache-airflow-providers-datadog

Integrates Apache Airflow with Datadog for…

permissive · top 5,000 on PyPI

apache-airflow-providers-asana

Integrates Apache Airflow with Asana, enabling…

permissive · top 15,000 on PyPI

apache-airflow-providers-informatica

Provides Apache Airflow integration operators…

permissive · top 15,000 on PyPI

apache-airflow-providers-jenkins

Integrates Jenkins CI/CD systems into Apache…

permissive · top 15,000 on PyPI