apache-airflow-providers-celery
Changelog¶
3.3.4¶
Bug Fixes¶
Fix condition of update_task_state in celery executor (#34192)
Misc¶
Combine similar if logics in providers (#33987)
Limit celery by excluding 5.3.2 and 5.3.3 (#34031)
Replace try - except pass by contextlib.suppress in providers (#33980)
Improve modules import in Airflow providers by some of them into a type-checking block (#33754)
3.3.3¶
Bug Fixes¶
Fix dependencies for celery and opentelemetry for Python 3.8 (#33579)
Misc¶
Make auth managers provide their own airflow CLI commands (#33481)
Refactor Sqlalchemy queries to 2.0 style (Part 7) (#32883)
3.3.2¶
Misc¶
Add missing re2 dependency to cncf.kubernetes and celery providers (#33237)
Replace State by TaskInstanceState in Airflow executors (#32627)
3.3.1¶
Misc¶
aDd documentation generation for CLI commands from executors (#33081)
Get rid of Python2 numeric relics (#33050)
3.3.0¶
Note
This provider release is the first release that has Celery Executor and
Celery Kubernetes Executor moved from the core apache-airflow
package to a Celery
provider package. It also expects apache-airflow-providers-cncf-kubernetes
in version 7.4.0+ installed
in order to use CeleryKubernetesExecutor
. You can install the provider with cncf.kubernetes
extra
with pip install apache-airflow-providers-celery[cncf.kubernetes]
to get the right version of the
cncf.kubernetes
provider installed.
Features¶
Move CeleryExecutor to the celery provider (#32526)
Add pre-Airflow-2-7 hardcoded defaults for config for older providers (#32775)
[AIP-51] Executors vending CLI commands (#29055)
Misc¶
Move all k8S classes to cncf.kubernetes provider (#32767)
Add Executors discovery and documentation (#32532)
Move default_celery.py to inside the provider (#32628)
Raise original import error in CLI vending of executors (#32931)
3.2.1¶
Note
This release dropped support for Python 3.7
Misc¶
Add note about dropping Python 3.7 for providers (#32015)
3.2.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)
3.1.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)
3.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.
2.1.0¶
Features¶
The celery provider is converted to work with Celery 5 following airflow 2.2.0 change of Celery version
2.0.0¶
Breaking changes¶
Auto-apply apply_default decorator (#15667)
Warning
Due to apply_default decorator removal, this version of the provider requires Airflow 2.1.0+.
If your Airflow version is < 2.1.0, and you want to install this provider version, first upgrade
Airflow to at least version 2.1.0. Otherwise your Airflow package version will be upgraded
automatically and you will have to manually run airflow upgrade db
to complete the migration.
1.0.1¶
Updated documentation and readme files.
1.0.0¶
Initial version of the provider.