allegroai / clearml

ClearML - Auto-Magical CI/CD to streamline your AI workload. Experiment Management, Data Management, Pipeline, Orchestration, Scheduling & Serving in one MLOps/LLMOps solution
https://clear.ml/docs
Apache License 2.0
5.67k stars 654 forks source link

Issues while using `clearml-data search` CLI #1321

Open abviv opened 2 months ago

abviv commented 2 months ago

Describe the bug

A clear and concise description of what the bug is. image I am getting the above error while trying to use the clearml-data search command.

I am using clearml==1.16.4

To reproduce

Exact steps to reproduce the bug. Provide example code if possible. Given

Expected behaviour

What is the expected behaviour? What should've happened but didn't? This should've returned the proper list of datasets which i have already uploaded.

Environment

image

ainoam commented 2 months ago

Thanks for reporting @abviv, we'll take a look.

d-vignesh commented 1 month ago

Hi @ainoam , tested this bug out. It seems like the version of the dataset is None in some cases.

image

Adding a condition to assign version value as "" in this line when its None is fixing the issue. Would this fix be enough?

image
abviv commented 1 month ago

@d-vignesh Could you please create a new branch and do a pull request? I can test it locally.

d-vignesh commented 1 month ago

@abviv can you please try the above branch and test.

d-vignesh commented 1 month ago

@abviv did you get a chance to test this?

pollfly commented 1 week ago

Hey @abviv! Just letting you know that this issue has been resolved in the recently released v1.16.5. Let us know if there are any issues :)