-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Data versioning #3437
Data versioning #3437
Conversation
… data-versioning
consider to add ownership in v2 notebook file in telemetry |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: use same coding convention for all variables
6f9fce8
This PR Include a Bug fix in another notebook: |
Description
This PR adds a new notebook for dataset versioning in Azure Machine Learning. The notebook covers:
Computing a hash for a dataset.
Checking if a dataset with the same hash already exists in Azure ML.
If the dataset does not exist, uploading it to Azure Blob Storage, registering it as an asset, and tagging the asset with the computed hash.
If it exists, retrieving the asset name, version, and tag.
The notebook includes a step to assign a tag to the asset in Azure ML using the computed hash, ensuring version tracking and identification.
Checklist