apache-airflow-providers-alibaba

Package apache-airflow-providers-alibaba

Alibaba Cloud integration (including Alibaba Cloud).

Release: 2.2.0

Provider package

This is a provider package for alibaba provider. All classes for this provider package are in airflow.providers.alibaba python package.

Installation

You can install this package on top of an existing Airflow 2 installation (see Requirements below) for the minimum Airflow version supported) via pip install apache-airflow-providers-alibaba

Requirements

PIP package

Version required

apache-airflow

>=2.3.0

oss2

>=2.14.0

Changelog

2.2.0

This release of provider is only available for Airflow 2.3+ as explained in the Apache Airflow providers support policy.

Misc

  • Move min airflow version to 2.3.0 for all providers (#27196)

  • Use log.exception where more economical than log.error (#27517)

  • Replace urlparse with urlsplit (#27389)

2.1.0

Features

  • Auto tail file logs in Web UI (#26169)

2.0.1

Bug Fixes

  • Update providers to use functools compat for ''cached_property'' (#24582)

2.0.0

Breaking changes

Features

  • SSL Bucket, Light Logic Refactor and Docstring Update for Alibaba Provider (#23891)

Misc

  • Apply per-run log templates to log handlers (#24153)

1.1.1

Bug Fixes

  • Fix mistakenly added install_requires for all providers (#22382)

1.1.0

Features

  • Add oss_task_handler into alibaba-provider and enable remote logging to OSS (#21785)

Misc

  • Add Trove classifiers in PyPI (Framework :: Apache Airflow :: Provider)

1.0.1

Misc

  • Support for Python 3.10

1.0.0

Initial version of the provider.

Was this entry helpful?