aagateuip commented on code in PR #32113:
URL: https://github.com/apache/airflow/pull/32113#discussion_r1245934295


##########
airflow/providers/cncf/kubernetes/utils/pod_manager.py:
##########
@@ -544,6 +544,21 @@ def await_xcom_sidecar_container_start(self, pod: V1Pod) 
-> None:
 
     def extract_xcom(self, pod: V1Pod) -> str:
         """Retrieves XCom value and kills xcom sidecar container."""
+        try:
+            result = self.extract_xcom_json(pod)
+            return result
+        except Exception as ex:
+            raise ex

Review Comment:
   Thx! removed except block



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to