potiuk commented on PR #32526:
URL: https://github.com/apache/airflow/pull/32526#issuecomment-1631896402
OK. I also **think** I properly now raise deprecation warning and inform the
users who have the old ``celery_app_name`` set, to change their application
name to follow the new package name (and use the new name).
I also added `app` in the old "airflow.executors.celery_executor" module -
following similar PEP 562 code by @o-nikolas for direct access to the "app"
package.
```
"celery_executor": {
"app":
"airflow.providers.celery.executors.celery_executor_utils.app",
"CeleryExecutor":
"airflow.providers.celery.executors.celery_executor.CeleryExecutor",
},
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]