Kaggle / Kaggle/kaggle-cli

Allow version notes in "datasets create" or allow "datasets version" to create a dataset if it doesn't exist yet

Open
#337 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
7.5k
Forks
1.4k
Avg merge
3d 15h
Merged PRs (30d)
11

Description

Hi,

Would you please be able to add these two features?
(if they don't require API change on the backend, I can implement them myself and submit a PR)

There are two issues:
- Creating a new dataset CLI API doesn't allow to set version notes (thus initial version always says "Initial release")
- When I use this in a notebook, I need to put checks that if it's the first time the dataset is being uploaded, then do `datasets create`, else do `datasets version`, when ultimately these are the same things. It would be much more convenient if `datasets version` would create a new dataset if one doesn't exist yet, thus there would be need only for one command without any checks.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.