-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Open
Description
Currently, the kaggle datasets metadata <dataset> command outputs limited dataset metadata. For example, running:
kaggle datasets metadata mlg-ulb/creditcardfraudreturns JSON that includes fields such as datasetId, title, description, usabilityRating, totalViews, totalDownloads, etc.
However, it does not include the lastUpdateTime field, even though these are available from the web API endpoint:
https://www.kaggle.com/api/i/datasets.DatasetDetailService/GetDatasetBasics
That endpoint returns richer metadata, including:
lastUpdateTimecreatorDisplayName
It would be extremely useful if the CLI’s datasets metadata command exposed at least the lastUpdateTime field, so that workflows depending on dataset freshness can be automated without having to call the API separately.
This would make it much easier to build workflows around dataset versioning and updates directly from the CLI.
Thanks for considering!
Metadata
Metadata
Assignees
Labels
No labels