kaxil commented on a change in pull request #14461:
URL: https://github.com/apache/airflow/pull/14461#discussion_r584781625
##########
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 has been like this for a long time --- @dimberman Am I missing
something here?
----------------------------------------------------------------
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]