kaxil commented on a change in pull request #6596: [AIRFLOW-6004] Untangle
Executors class to avoid cyclic imports
URL: https://github.com/apache/airflow/pull/6596#discussion_r352916555
##########
File path: airflow/executors/kubernetes_executor.py
##########
@@ -256,15 +256,15 @@ class KubernetesJobWatcher(multiprocessing.Process,
LoggingMixin):
def __init__(self,
namespace: str,
watcher_queue: 'Queue[KubernetesWatchType]',
- resource_version: str,
+ resource_version: Optional[str],
worker_uuid: Optional[str],
kube_config: Configuration):
multiprocessing.Process.__init__(self)
- self.namespace: str = namespace
Review comment:
Why are we removing 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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services