Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

While using the Python client to iterate models by order_by_id it results in an error #353

Closed
rareddy opened this issue Sep 6, 2024 · 0 comments · Fixed by #355
Closed
Labels
bug Something isn't working

Comments

@rareddy
Copy link
Contributor

rareddy commented Sep 6, 2024

Describe the bug
While using the Python client to iterate models by order_by_id it results in an error

To Reproduce
execute following code

for version in registry.get_model_versions("mnist").order_by_id():
      print(version)

This ends up in UNSPECIFIED_FIELD

Expected behavior
should return the result with out an error

Additional context
Add any other context about the problem here.

@rareddy rareddy added the bug Something isn't working label Sep 6, 2024
isinyaaa added a commit to isinyaaa/model-registry that referenced this issue Sep 6, 2024
Fixes: kubeflow#353

Signed-off-by: Isabella do Amaral <idoamara@redhat.com>
@isinyaaa isinyaaa mentioned this issue Sep 6, 2024
7 tasks
isinyaaa added a commit to isinyaaa/model-registry that referenced this issue Sep 6, 2024
Fixes: kubeflow#353

Signed-off-by: Isabella do Amaral <idoamara@redhat.com>
isinyaaa added a commit to isinyaaa/model-registry that referenced this issue Sep 6, 2024
Fixes: kubeflow#353

Signed-off-by: Isabella do Amaral <idoamara@redhat.com>
@tarilabs tarilabs added this to the Kubeflow 1.10 roadmap milestone Oct 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants