potiuk commented on a change in pull request #5786:  [AIRFLOW-5170] 
[AIRFLOW-5256] Consistent licences for python files and related pylint fixes
URL: https://github.com/apache/airflow/pull/5786#discussion_r323030523
 
 

 ##########
 File path: airflow/executors/kubernetes_executor.py
 ##########
 @@ -304,10 +317,13 @@ def _validate(self):
                 'must be set for authentication through user credentials; '
                 'or `git_ssh_key_secret_name` must be set for authentication '
                 'through ssh key, but not both')
+        # pylint: enable=too-many-boolean-expressions
 
 
 class KubernetesJobWatcher(multiprocessing.Process, LoggingMixin):
+    """Watches for Kubernetes jobs"""
     def __init__(self, namespace, watcher_queue, resource_version, 
worker_uuid, kube_config):
+        """Initializes the object"""
 
 Review comment:
   Done

----------------------------------------------------------------
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

Reply via email to