AutomationDev85 opened a new pull request, #58488:
URL: https://github.com/apache/airflow/pull/58488

   # Overview
   
   After upgrading to kubernetes provider 10.10.0, XCom was no longer pushed on 
successful execution of KubernetesPodOperator in deferrable mode. This PR 
restores XCom propagation for successful deferred runs.
   
   # Change Summary
   
   * Ensure `trigger_reentry` returns XCom value when `do_xcom_push` is True 
and execution succeeds.
   * Extend unit tests to assert XCom is returned in deferrable mode.
   
   Feedback is welcome.


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