o-nikolas commented on code in PR #60675:
URL: https://github.com/apache/airflow/pull/60675#discussion_r2713766073
##########
providers/celery/src/airflow/providers/celery/executors/celery_executor_utils.py:
##########
@@ -102,6 +104,38 @@ def _get_celery_app() -> Celery:
return Celery(celery_app_name, config_source=get_celery_configuration())
+def create_celery_app(team_conf) -> Celery:
Review Comment:
It's an ExecutorConf type, I'll update it.
--
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]