uranusjr commented on code in PR #37761:
URL: https://github.com/apache/airflow/pull/37761#discussion_r1506318012


##########
airflow/models/xcom.py:
##########
@@ -435,7 +439,7 @@ def get_many(
         include_prior_dates: bool = False,
         limit: int | None = None,
         session: Session = NEW_SESSION,
-    ) -> Query:
+    ) -> Select:

Review Comment:
   Hmm, I’m not sure we can change the `get_many` return type like this since 
it is considered a public interface. We need to make the `session.scalars` call 
a part of this function instead.



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