MLMD: order_by_creation_time on model iteration fails to execute #358
Labels
bug
Something isn't working
dependencies
Pull requests that update a dependency file
lifecycle/stale
Describe the bug
order_by_creation_time on model iteration fails to execute
To Reproduce
case 1:
On an existing model registry if I execute the following Python client code
it fails with
case 2:
if I execute the following Python client code
it fails with
Expected behavior
it return collection as expected by method contract.
Additional context
Check all the functions that return an iterator for the behavior and fix if needs to be in other places and have functional tests to validate the fix.
The text was updated successfully, but these errors were encountered: