uranusjr commented on code in PR #55912:
URL: https://github.com/apache/airflow/pull/55912#discussion_r2730557906
##########
airflow-ctl/src/airflowctl/api/operations.py:
##########
@@ -170,14 +170,17 @@ def execute_list(
path: str,
data_model: type[T],
offset: int = 0,
- limit: int = 50,
+ limit: int | None = None,
Review Comment:
Actually, all calls seem to supply `limit` anyway so it can just be `limit:
int` without a default?
--
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]