apache-airflow-providers-alibaba
Provider package apache-airflow-providers-alibaba for Apache Airflow
What it is and what it does
This is an Apache Airflow provider package that bridges Alibaba Cloud services into Airflow's workflow orchestration engine. It supplies operators, hooks, and sensors for interacting with Alibaba OSS (object storage), ADB (analytics database), and ODPS (data processing service), allowing you to define and schedule data pipelines that read from, write to, or transform data on Alibaba's cloud infrastructure.
The package is maintained as part of the official Apache Airflow ecosystem and follows Airflow's plugin architecture. It depends on Alibaba's own SDKs (alibabacloud-oss-v2, alibabacloud_adb20211201, alibabacloud_tea_openapi) and pyodps for ODPS connectivity. Installation is straightforward via pip on top of an existing Airflow deployment, and it supports current Python versions (3.10–3.14).
Use it for:
- Schedule and orchestrate data extraction from Alibaba OSS buckets as part of a larger ETL workflow.
- Automate analytics queries against Alibaba ADB (AnalyticDB) on a recurring schedule using Airflow DAGs.
- Build data pipelines that read from or write to Alibaba ODPS (MaxCompute) tables.
- Monitor and trigger Alibaba cloud operations as tasks within a centralized Airflow control plane.
- Integrate Alibaba cloud tasks into multi-cloud or hybrid workflows alongside other Airflow providers.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Integrates Alibaba Cloud services (OSS, ADB, ODPS) with Apache Airflow, enabling workflow orchestration and data pipeline tasks on Alibaba's cloud platform.
Yes, if you run Apache Airflow and need to orchestrate Alibaba Cloud workloads. The package is actively maintained, has no known vulnerabilities, installs with low friction, and carries a permissive license. It is production-stable and backed by the Apache Foundation. Install only if Airflow >=2.11.0 is already in place and you have Alibaba cloud resources to integrate.
Install
apache-airflow-providers-alibaba on PyPI
pip
pip install apache-airflow-providers-alibabauv
uv add apache-airflow-providers-alibabapoetry
poetry add apache-airflow-providers-alibabaInstalling apache-airflow-providers-alibaba
Before you install
Low install friction as a pure-Python wheel. Actively maintained with a release 6 days old and backed by the Apache Airflow project's 46490-star repository. Requires Apache Airflow >=2.11.0 and modern Python (3.10–3.14).
License in practice
Licensed under Apache-2.0 (permissive), allowing commercial use, modification, and distribution with minimal restrictions—standard for Apache Foundation projects.
Quickstart
pip install apache-airflow-providers-alibaba
from airflow.providers.alibaba.operators.oss import OSSDeleteObjectOperator
from airflow import DAG
with DAG('alibaba_task') as dag:
delete_task = OSSDeleteObjectOperator(task_id='delete_oss_object')
Requires Apache Airflow >=2.11.0 already installed; Python 3.10 or later.
Verify before relying
- Specific operators and hooks available beyond OSS, ADB, and ODPS integrations.
- Whether pyodps version constraint (>=0.12.5.1 for Python >=3.13) affects dependency resolution on newer Python versions.
Package facts
| License | Apache-2.0 (permissive) |
| Python support | supports the current Python release (>=3.10) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 6 — apache-airflow, apache-airflow-providers-common-compat, alibabacloud-oss-v2, alibabacloud_adb20211201, alibabacloud_tea_openapi, pyodps |
| Maintenance | actively maintained — 6 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 385,349/month — #7,063 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: apache_airflow_providers_alibaba-3.4.0-py3-none-any.whl
Keywords: airflow-provider, alibaba, 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-salesforceIntegrates Salesforce data operations into…
permissive · top 5,000 on PyPI
apache-airflow-providers-zendeskProvides operators and hooks to integrate…
permissive · top 15,000 on PyPI
apache-airflow-providers-gitIntegrates Git version control operations into…
permissive · top 15,000 on PyPI
apache-airflow-providers-openfaasIntegrates OpenFaaS serverless functions into…
permissive · top 15,000 on PyPI
apache-airflow-providers-yandexProvides Apache Airflow integration with…
permissive · top 15,000 on PyPI
pyodpspyodps is a Python SDK for accessing Aliyun…
permissive · top 5,000 on PyPI
apache-airflow-providers-pineconeIntegrates Pinecone vector database operations…
permissive · top 15,000 on PyPI
dashscopePython SDK for Alibaba Cloud Model Studio…
permissive · top 5,000 on PyPI
apache-airflow-providers-ftpProvides FTP integration for Apache Airflow,…
permissive · top 5,000 on PyPI
apache-airflow-providers-neo4jIntegrates Neo4j graph database operations into…
permissive · top 15,000 on PyPI