amoghrajesh commented on PR #64148: URL: https://github.com/apache/airflow/pull/64148#issuecomment-4140359040
Testing for confidence before merge 1. Write path is protected now <img width="1454" height="1245" alt="image" src="https://github.com/user-attachments/assets/681fe032-6b7e-42f2-925f-43ed8c79eb6d" /> 2. Read path If I add a xcom to the table that has a classpath in it to mimic that it was allowed earlier, this is what table has ```shell 3,push_xcom_task,-1,return_value,xcom_example,manual__2026-03-27T05:43:24.337091+00:00,"{""__data__"": {""uri"": ""abcd"", ""name"": ""Hello, XCom!"", ""extra"": {}, ""group"": ""asset"", ""watchers"": []}, ""__version__"": 1, ""__classname__"": ""airflow.sdk.definitions.asset.Asset""}",2026-03-27 05:43:25.625647 +00:00 ``` And this is what the get xcom API with `deserialize=true` will return <img width="1420" height="906" alt="image" src="https://github.com/user-attachments/assets/7741122a-68e8-4b7b-9222-a34c90aa1b42" /> -- 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]
