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

clearml versions >= 1.6.3 only allow semantic versioning for Datasets #776

Closed
HeleneFabia opened this issue Sep 8, 2022 · 3 comments
Closed
Labels
bug Something isn't working

Comments

@HeleneFabia
Copy link

HeleneFabia commented Sep 8, 2022

I observed that when I try to get a dataset, clearml >= 1.6.3 doesn’t allow YYYY-MM-DD format for the version argument anymore. For example, when running Dataset.get("DatasetProject", "DatasetName", version="2022-09-07"), I get the following error: clearml.utilities.version.InvalidVersion: Invalid version: '2022-09-07'. Apparently, it's only allowed to use semantic versions for Datasets anymore. However, this would mean that now every dataset that doesn’t have a semantic version cannot be loaded any longer. I would have to re-upload every dataset with a reformatted version.

@HeleneFabia HeleneFabia added the bug Something isn't working label Sep 8, 2022
@erezalg
Copy link
Contributor

erezalg commented Sep 12, 2022

Hi @HeleneFabia,

thanks 😄, we saw that too. an RC is in the works!

@pollfly
Copy link
Contributor

pollfly commented Oct 25, 2022

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

@jkhenning
Copy link
Member

Closing this issue. Please reopen if it's still relevant.

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

No branches or pull requests

4 participants