Skip to content

How to get latest dataset version number? #502

Description

@Jackmin801

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

  1. 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.
  2. 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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions