ferruzzi commented on code in PR #32532:
URL: https://github.com/apache/airflow/pull/32532#discussion_r1260378279
##########
airflow/executors/executor_loader.py:
##########
@@ -60,8 +60,9 @@ class ExecutorLoader:
LOCAL_EXECUTOR: "airflow.executors.local_executor.LocalExecutor",
LOCAL_KUBERNETES_EXECUTOR:
"airflow.executors.local_kubernetes_executor.LocalKubernetesExecutor",
SEQUENTIAL_EXECUTOR:
"airflow.executors.sequential_executor.SequentialExecutor",
- CELERY_EXECUTOR: "airflow.executors.celery_executor.CeleryExecutor",
- CELERY_KUBERNETES_EXECUTOR:
"airflow.executors.celery_kubernetes_executor.CeleryKubernetesExecutor",
+ CELERY_EXECUTOR:
"airflow.providers.celery.executors.celery_executor.CeleryExecutor",
+ CELERY_KUBERNETES_EXECUTOR: "airflow.providers.celery."
+ "executors.celery_kubernetes_executor.CeleryKubernetesExecutor",
Review Comment:
I know this is implicit concatenation, but don't we generally try to avoid
that? Not sure what would be better here though, so feel free to just ignore
this.
--
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]