Skip to content
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

Open
wants to merge 19 commits into
base: main
Choose a base branch
from
Open

Data versioning #3437

wants to merge 19 commits into from

Conversation

ShakutaiGit
Copy link
Collaborator

@ShakutaiGit ShakutaiGit commented Nov 4, 2024

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

  • I have read the contribution guidelines.
  • I have coordinated with the docs team ([email protected]) if this PR deletes files or changes any file names or file extensions.
  • Pull request includes test coverage for the included changes.
  • This notebook or file is added to the CODEOWNERS file, pointing to the author or the author's team.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant