You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 8, 2023. It is now read-only.
I am having issues with the method db.jobs.list_runs because it seems that the limit parameter isn't used and the number of runs returned always differs from limit.
For example:
len(db.jobs.list_runs(limit=25)['runs'])
returns 21 elements instead of the 25 expected.
The text was updated successfully, but these errors were encountered:
Hi,
I am having issues with the method
db.jobs.list_runs
because it seems that thelimit
parameter isn't used and the number of runs returned always differs fromlimit
.For example:
len(db.jobs.list_runs(limit=25)['runs'])
returns 21 elements instead of the 25 expected.
The text was updated successfully, but these errors were encountered: