Arbaaz123676 commented on PR #61493: URL: https://github.com/apache/airflow/pull/61493#issuecomment-3857828414
@jroachgolf84 @bugraoz93 - Thanks for the reviews! I’ve updated the PR to address both points: 1.Added an API test for the PATCH XCom endpoint that creates an entry, updates it, and asserts the updated value in the response. 2.Simplified the PATCH implementation to persist the update via "session.flush()" and return the already-updated "xcom_entry", avoiding the extra DB query. Please let me know if anything else is needed. -- 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]
