pierrejeambrun commented on code in PR #28375:
URL: https://github.com/apache/airflow/pull/28375#discussion_r1061871292
##########
airflow/executors/executor_loader.py:
##########
@@ -167,10 +167,3 @@ def __load_local_kubernetes_executor(cls) -> BaseExecutor:
local_kubernetes_executor_cls =
import_string(cls.executors[LOCAL_KUBERNETES_EXECUTOR])
return local_kubernetes_executor_cls(local_executor,
kubernetes_executor)
-
-
-UNPICKLEABLE_EXECUTORS = (
Review Comment:
Maybe add a `# TODO: Remove in Airflow 3.0`. We have a couple of those in
the repo and will help to not miss this spot when releasing the next major.
--
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]