@Krishnamohan Nadimpalli Thanks for the question. Dataset is a reference to the files to your data in storage.
Please follow the document to register dataset as version. Still facing an issue add more details about the error.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hi
I am using the following code to register the dataset.
dataset.register(
workspace = ws,
name = dataset_name,
tags = tags,
create_new_version = True,
description = ""
)
When I use the above for the first time too create a dataset , a new version is creation which is version 1. But when I re-run the same command again, one more new version is not created like version 2 is not created. Why? For the second-run my Data is same, Tags are same.
@Krishnamohan Nadimpalli Thanks for the question. Dataset is a reference to the files to your data in storage.
Please follow the document to register dataset as version. Still facing an issue add more details about the error.