Skip to content
This repository has been archived by the owner on Jun 8, 2023. It is now read-only.

db.jobs.list_runs returns a different amount of runs than limit specified #25

Closed
SqrtPapere opened this issue Jan 12, 2022 · 1 comment

Comments

@SqrtPapere
Copy link

Hi,

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.

@crflynn
Copy link
Owner

crflynn commented Jan 17, 2022

This package is just a thin wrapper around https://github.com/databricks/databricks-cli, which might be a more appropriate location for this issue.

@crflynn crflynn closed this as completed Jun 17, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants