potiuk commented on code in PR #28288:
URL: https://github.com/apache/airflow/pull/28288#discussion_r1057905119
##########
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:
I thinkg better question is - what is the use and semantic of the "local"
flag - why it is needed and what we want to achieve by it. I.e. what different
happens when executor is local vs. non-local - and can we name it differently
in this case to better reflect the meaning.
--
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]