ashb commented on code in PR #58344:
URL: https://github.com/apache/airflow/pull/58344#discussion_r2532030669


##########
airflow-core/src/airflow/api_fastapi/core_api/routes/public/xcom.py:
##########
@@ -241,6 +246,7 @@ def create_xcom_entry(
             )
 
     # Check existing XCom
+    request_body.key = unquote(request_body.key)

Review Comment:
   Setting this back to request.body feels a little bit out of place. Since 
this is a JSON body with the key in it, we shouldn't have to do any translation 
or alteration of the key.



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