You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: