dstandish commented on code in PR #28288:
URL: https://github.com/apache/airflow/pull/28288#discussion_r1057970596
##########
airflow/executors/local_kubernetes_executor.py:
##########
@@ -43,6 +43,8 @@ class LocalKubernetesExecutor(LoggingMixin):
KUBERNETES_QUEUE = conf.get("local_kubernetes_executor",
"kubernetes_queue")
+ is_local: bool = False
Review Comment:
that's basically what i'm saying. is_local doesn't make sense when applied
to these executors, it's probably a proxy for some behavior that .... prior to
the composite executors made sense but no longer does.
--
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]