uranusjr commented on code in PR #57532:
URL: https://github.com/apache/airflow/pull/57532#discussion_r2532431032
##########
airflow-core/src/airflow/models/xcom.py:
##########
@@ -400,7 +402,7 @@ class LazyXComSelectSequence(LazySelectSequence[Any]):
"""
@staticmethod
- def _rebuild_select(stmt: TextClause) -> Select[tuple[Any]]:
+ def _rebuild_select(stmt: TextClause) -> Select | ExecutableReturnsRows:
Review Comment:
There is another PR trying to change this in a different way.
--
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]