kaxil commented on a change in pull request #14461:
URL: https://github.com/apache/airflow/pull/14461#discussion_r584783645



##########
File path: airflow/executors/kubernetes_executor.py
##########
@@ -205,7 +205,7 @@ def process_status(
             self.watcher_queue.put((pod_id, namespace, State.FAILED, 
annotations, resource_version))
         elif status == 'Succeeded':
             self.log.info('Event: %s Succeeded', pod_id)
-            self.watcher_queue.put((pod_id, namespace, None, annotations, 
resource_version))
+            self.watcher_queue.put((pod_id, namespace, State.SUCCESS, 
annotations, resource_version))

Review comment:
       This was changed 3 years back in 
https://github.com/apache/airflow/pull/3301
   
   cc @dimberman any ideas




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


Reply via email to