dheerajturaga commented on code in PR #58921:
URL: https://github.com/apache/airflow/pull/58921#discussion_r2591407585
##########
airflow-core/src/airflow/api_fastapi/core_api/routes/public/xcom.py:
##########
@@ -338,3 +338,44 @@ def update_xcom_entry(
xcom_entry.value = XComModel.serialize_value(xcom_new_value)
return XComResponseNative.model_validate(xcom_entry)
+
+
+@xcom_router.delete(
+ "/{xcom_key}",
Review Comment:
@pierrejeambrun Looks like the other one still needs some tests to be fixed.
If it gets merged before this one I will rebase and fix with your suggestion.
So far do these current set of changes look good to you?
--
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]