5d254e2bda
This commit adds a new function to the DB API, get_recent_successful_runs_by_run_metadata(), which is used to return a list of recent Run objects for all runs with a provided key value run_metadata pair. Change-Id: Id6ca7e7a4cd1f913d9f84efae5f48d247dd9ed64
6 lines
196 B
YAML
6 lines
196 B
YAML
---
|
|
features:
|
|
- A new DB API function, get_recent_successful_runs_by_run_metadata, was
|
|
added. This enabled returning a list of recent successful runs with a key
|
|
value run_metadata pair.
|