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

Dataset versioning #3390

Closed
wants to merge 5 commits into from
Closed

Conversation

ShakutaiGit
Copy link
Collaborator

@ShakutaiGit ShakutaiGit commented Sep 19, 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.

Copy link
Member

@jayesh-tanna jayesh-tanna left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If I understand correctly, you are trying to add new notebook, where is the respective github workflow for this notebook?

@jayesh-tanna
Copy link
Member

Can you update this readme.md file also? https://github.com/azure/azureml-examples/blob/main/sdk/python/README.md

@ShakutaiGit
Copy link
Collaborator Author

Can you update this readme.md file also? https://github.com/azure/azureml-examples/blob/main/sdk/python/README.md

done

@ShakutaiGit
Copy link
Collaborator Author

If I understand correctly, you are trying to add new notebook, where is the respective github workflow for this notebook?

done using the readme.py script.

@ShakutaiGit
Copy link
Collaborator Author

This PR has been incorporated into another PR: #3437
It also includes a bug fix that not related to the PR

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.

2 participants