dstandish commented on code in PR #44270:
URL: https://github.com/apache/airflow/pull/44270#discussion_r1856945042


##########
airflow/api_fastapi/common/db/common.py:
##########
@@ -52,23 +52,21 @@ def your_route(session: Annotated[Session, 
Depends(get_session)]):
         yield session
 
 
-def apply_filters_to_select(
-    *, base_select: Select, filters: Sequence[BaseParam | None] | None = None
-) -> Select:
+def apply_filters_to_select(*, query: Select, filters: Sequence[BaseParam | 
None] | None = None) -> Select:

Review Comment:
   but just in the spirit of trolling notice also
   <img width="617" alt="image" 
src="https://github.com/user-attachments/assets/1047fbbc-8418-4c54-8525-d673bf969e51";>
   
   and 
   <img width="605" alt="image" 
src="https://github.com/user-attachments/assets/17f1bf46-4418-472b-9337-81fc01932187";>
   
   another long-existing example noticed upon while updating to `statement`
   



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