CLI does not support non-numeric version names while the UI does
Open
enhancement
- Dominant language
- Python
- Stars
- 7.5k
- Forks
- 1.4k
- Avg merge
- 3d 15h
- Merged PRs (30d)
- 11
Description
The Kaggle web UI allows assigning arbitrary version names (e.g. strings) when creating or saving versions of notebooks/models. However, the Kaggle CLI currently appears to only support numeric version identifiers.
For example, when submitting a notebook version through the CLI, the -v / --notebook-version parameter expects a numeric version such as 3.
Contributor guide
Assessment
This issue has not been assessed yet.