Open rareddy opened 2 months ago
I appreciate @isinyaaa the linking from https://github.com/opendatahub-io/ml-metadata/pull/12
but I don't believe that would actually fully fix this issue (https://github.com/kubeflow/model-registry/issues/358), since we rely on the upstream MLMD image shared with KFP in the KFMR manifests too:
I would also encourage to create https://github.com/opendatahub-io/ml-metadata/pull/12 also upstream.
wdyt?
i.e. the https://github.com/opendatahub-io/ml-metadata/pull/12 is awesome, and thank you, but that will not be sufficient to close this https://github.com/kubeflow/model-registry/issues/358
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.