apache-airflow-providers-alibaba

Changelog

2.7.3

Bug Fixes

  • Avoid use of 'assert' outside of the tests (#37718)

2.7.2

Bug Fixes

  • Fix assignment of template field in '__init__' in 'analyticdb_spark.py' (#36911)

2.7.1

Misc

  • Clean OSS task handler code after bumping min Airflow version to 2.6.0 (#36420)

2.7.0

Note

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

Misc

  • Bump minimum Airflow version in providers to Airflow 2.6.0 (#36017)

2.6.0

Note

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

Misc

  • Bump min airflow version of providers (#34728)

  • Consolidate hook management in AnalyticDBSparkSensor (#34435)

  • Consolidate hook management in AnalyticDBSparkBaseOperator (#34434)

  • Deprecate get_hook in OSSKeySensor and use hook instead (#34426)

2.5.3

Bug Fixes

  • fix(providers/alibaba): respect soft_fail argument when exception is raised (#34157)

2.5.2

Misc

  • Refactor: Simplify code in Apache/Alibaba providers (#33227)

  • Simplify conditions on len() in providers/apache (#33564)

2.5.1

Misc

  • Refactor: Simplify code in providers/alibaba (#33225)

2.5.0

Features

  • Add Alibaba Cloud AnalyticDB Spark Support (#31787)

2.4.1

Note

This release dropped support for Python 3.7

Misc

  • Remove Python 3.7 support (#30963)

2.4.0

Note

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

Misc

  • Bump minimum Airflow version in providers (#30917)

2.3.0

Features

  • Support deleting the local log files when using remote logging (#29772)

2.2.0

Note

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

Note

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

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?