474983a753
This commit adds a new function to the DB api for getting a list of multiple runs from an input list of run_ids. This avoids the need to loop over a list and call get_run_by_id(). Change-Id: I5df793ec5417245101a6e016def3bddfe7fb25e7
5 lines
143 B
YAML
5 lines
143 B
YAML
---
|
|
features:
|
|
- A new DB API function, get_runs_by_ids(), was added. This function returns
|
|
a list of Run objects from a list of run ids.
|