rawwar commented on code in PR #44239:
URL: https://github.com/apache/airflow/pull/44239#discussion_r1851686642
##########
airflow/api_fastapi/common/db/common.py:
##########
@@ -59,6 +59,7 @@ def apply_filters_to_select(base_select: Select, filters:
Sequence[BaseParam | N
@provide_session
def paginated_select(
+ *,
base_select: Select,
Review Comment:
@pierrejeambrun , can i make this `select` instead of `base_select`?
--
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]