It used to be possible to get the dataset version with the /datasets/view endpoint
REMOTE_VERSION = kaggle.api.dataset_view('owner/slug').versions[0].versionNumber
However, it seems like support for this endpoint was dropped in #482
- May we know why support for this endpoint was dropped in the library? The endpoint seems to still be working and the code snippet above still works in older versions of this package.
- If above is because there are plans to deprecate the
/datasets/view, what is the new way to get the latest version of a dataset?
@Philmod @jplotts
Thanks!
It used to be possible to get the dataset version with the
/datasets/viewendpointHowever, it seems like support for this endpoint was dropped in #482
/datasets/view, what is the new way to get the latest version of a dataset?@Philmod @jplotts
Thanks!