You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2023/01/04 21:15:00 UTC

[GitHub] [airflow] pierrejeambrun commented on a diff in pull request #28375: AIP-51 - Misc. Compatibility Checks

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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org