skillfed

apache-airflow-providers-alibaba

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

apache-airflow-providers-alibaba v3.4.0 385.3K downloads/30d#7,063 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 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-alibaba

uv

uv add apache-airflow-providers-alibaba

poetry

poetry add apache-airflow-providers-alibaba

Installing 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

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 alibaba cloud provideralibaba oss airflow integrationairflow odps connectoralibaba adb airflowcloud workflow orchestration alibabaairflow alibaba cloud tasks
airflow-provideralibaba-cloudworkflow-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-salesforce

Integrates Salesforce data operations into…

permissive · top 5,000 on PyPI

apache-airflow-providers-zendesk

Provides operators and hooks to integrate…

permissive · top 15,000 on PyPI

apache-airflow-providers-git

Integrates Git version control operations into…

permissive · top 15,000 on PyPI

apache-airflow-providers-openfaas

Integrates OpenFaaS serverless functions into…

permissive · top 15,000 on PyPI

apache-airflow-providers-yandex

Provides Apache Airflow integration with…

permissive · top 15,000 on PyPI

pyodps

pyodps is a Python SDK for accessing Aliyun…

permissive · top 5,000 on PyPI

apache-airflow-providers-pinecone

Integrates Pinecone vector database operations…

permissive · top 15,000 on PyPI

dashscope

Python SDK for Alibaba Cloud Model Studio…

permissive · top 5,000 on PyPI

apache-airflow-providers-ftp

Provides FTP integration for Apache Airflow,…

permissive · top 5,000 on PyPI

apache-airflow-providers-neo4j

Integrates Neo4j graph database operations into…

permissive · top 15,000 on PyPI