AutomationDev85 commented on code in PR #58488:
URL: https://github.com/apache/airflow/pull/58488#discussion_r2585062347
##########
providers/cncf/kubernetes/src/airflow/providers/cncf/kubernetes/operators/pod.py:
##########
@@ -935,6 +935,8 @@ def trigger_reentry(self, context: Context, event:
dict[str, Any]) -> Any:
raise
finally:
self._clean(event=event, context=context,
result=xcom_sidecar_output)
+ if self.do_xcom_push:
+ return xcom_sidecar_output
Review Comment:
@johnslavik thanks for identifying this issue!! I created a PR to fix this
issue: https://github.com/apache/airflow/pull/58998
--
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]