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

Better naming for imported datasets #1698

Closed
mohammad-alisafaee opened this issue Nov 9, 2020 · 0 comments · Fixed by #1900
Closed

Better naming for imported datasets #1698

mohammad-alisafaee opened this issue Nov 9, 2020 · 0 comments · Fixed by #1900
Assignees

Comments

@mohammad-alisafaee
Copy link
Contributor

When importing a dataset, we create a dataset name (slug) using title of the dataset and its version which contains only alphanumeric characters. This is a bit confusing in the version part because we remove separator dots from version (e.g. 1.0 becomes 10).

renku dataset import -y 10.7910/DVN/WTZS4K
ls data  # 201901_us_flights_10

We should keep the dots in version part; for example the above name will be 201901_us_flights_1.0.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants