Dev-iL commented on code in PR #57862:
URL: https://github.com/apache/airflow/pull/57862#discussion_r2517561288
##########
airflow-core/src/airflow/utils/sqlalchemy.py:
##########
@@ -390,7 +392,9 @@ def lock_rows(query: Query, session: Session) ->
Generator[None, None, None]:
:meta private:
"""
- locked_rows = with_row_locks(query, session)
+ select_stmt = cast("Select", query.statement)
Review Comment:
I believe the cast will become obsolete by
https://github.com/apache/airflow/pull/55274
--
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]