-
Notifications
You must be signed in to change notification settings - Fork 14.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove deprecated
DEFAULT_CELERY_CONFIG
from core config_templates (#…
…45017) This default dict has been moved to the celery provider. We no longer need to support the old import in Airflow 3.
- Loading branch information
1 parent
2a33da0
commit 0ff35c7
Showing
2 changed files
with
18 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
Remove deprecated ``DEFAULT_CELERY_CONFIG`` from config templates | ||
|
||
``DEFAULT_CELERY_CONFIG`` has been moved into the celery provider and | ||
should be imported from ``airflow.providers.celery.executors.default_celery.DEFAULT_CELERY_CONFIG``. | ||
|
||
* Types of change | ||
|
||
* [ ] DAG changes | ||
* [x] Config changes | ||
* [ ] API changes | ||
* [ ] CLI changes | ||
* [ ] Behaviour changes | ||
* [ ] Plugin changes | ||
* [ ] Dependency change | ||
|
||
* Migration rules needed | ||
|
||
* AIR303 rewrite ``airflow.config_templates.default_celery.DEFAULT_CELERY_CONFIG`` to ``airflow.providers.celery.executors.default_celery.DEFAULT_CELERY_CONFIG`` |