Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update _populate_job_results pagination limit to be 500 (#90)
### Summary Update _populate_job_results pagination limit to be 500 ### Description Change __populate_job_results()'s call of job_results() to have a limit of 500, which is Dremio's limit. Part 1 of the fix, with part 2 being implementing pagination. ### Test Results Ran all of the tests using software, with them all passing apart from a known failure in tests/functional/adapter/grants/test_model_grants.py. ### Changelog - [x] Added a summary of what this PR accomplishes to CHANGELOG.md ### Related Issue #61
- Loading branch information