vincbeck commented on code in PR #41282:
URL: https://github.com/apache/airflow/pull/41282#discussion_r1705634620
##########
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:
Should we remove it then? Or fix it? Or you want to keep it commented out to
explain why it is not supported?
--
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]