Arbaaz123676 opened a new pull request, #61493: URL: https://github.com/apache/airflow/pull/61493
This PR improves the PATCH XCom API response to ensure it accurately reflects the persisted XCom state after an update. The change flushes the session and re-loads the updated XCom with the required related objects before returning the response, aligning the PATCH behavior with existing XCom creation logic and preventing inconsistencies between stored data and the API response.The update is intentionally minimal and limited to response correctness. Tests: Local testing was attempted; due to the complexity of running the full Airflow test suite locally on macOS, CI is expected to validate the change. related: #61486. -- 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]
