Skip to content

Dataset create raises Dataset exists for similar names #876

@jsam

Description

@jsam

There is a bug on dataset create command for datasets with long names and high similarity score.

Example:

renku dataset create "my super awesome dataset research project with super long name 1" 

results in

Use the name "my_super_awesome_dataset" to refer to this dataset.
OK

Now we create another one:

renku dataset create "my super awesome dataset research project with super long name 2"

results in

Error: Dataset exists: "my_super_awesome_dataset".

Expected behavior is that both of those datasets should be created.

Metadata

Metadata

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions