potiuk commented on code in PR #41282:
URL: https://github.com/apache/airflow/pull/41282#discussion_r1705851720


##########
airflow/api_internal/endpoints/rpc_api_endpoint.py:
##########
@@ -121,7 +121,7 @@ def initialize_method_map() -> dict[str, Callable]:
         MetastoreBackend._fetch_variable,
         XCom.get_value,
         XCom.get_one,
-        XCom.get_many,
+        # XCom.get_many, # Not supported because it returns query

Review Comment:
   It's "Maybe some time we will fix it" - I want to leave enough traces to 
show  where we are with AIP-44.



-- 
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: commits-unsubscr...@airflow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to