Reputation
Badges 1
10 × Eureka!Is there any documentation on versioning for Datasets? I’ve looked for it but couldn’t find anything.
Sure, I can open a Github issue for it. Thanks for the quick response!
And another question regarding squashing: sometimes I get the following error: FileNotFoundError: [Errno 2] No such file or directory: '/home/vscode/.clearml/cache/storage_manager/datasets/ds_4f3436f7b3ef484f8148a9c25a444ee5/file.ann
— why is there an attempt to access the file locally?
Would it also be possible to query based on multiple user properties / tags? (So for example, only matching datasets that have key_1="value_1"
and key_2="value_2"
properties / "value_1"
and "value_2"
tags)
If I set a list of tags for query_tasks()
, all dataset Ids with any of the tags are matched, not with all of the tags (contrary to what is stated in the docstring of query_task
).
Ah, I wasn’t aware this is possible! Yes, perfect, thanks a lot!
Hm, one of the issues I have with this change is that now every dataset hat doesn’t have a semantic version cannot be loaded anymore - I would have to re-upload every dataset with a reformatted version.