johnhoran commented on code in PR #41868:
URL: https://github.com/apache/airflow/pull/41868#discussion_r1744217262


##########
airflow/providers/cncf/kubernetes/operators/pod.py:
##########
@@ -745,6 +746,7 @@ def trigger_reentry(self, context: Context, event: 
dict[str, Any]) -> Any:
         grab the latest logs and defer back to the trigger again.
         """
         self.pod = None
+        pod_status = event["status"]

Review Comment:
   Okay, I've kept them entirely separate.



-- 
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: commits-unsubscr...@airflow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to