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

Merged
merged 24 commits into from
Dec 18, 2024
Merged

Data versioning #3437

merged 24 commits into from
Dec 18, 2024

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.

@jayesh-tanna
Copy link
Member

consider to add ownership in v2 notebook file in telemetry

guybartal
guybartal previously approved these changes Nov 19, 2024
Copy link
Collaborator

@guybartal guybartal left a comment

Choose a reason for hiding this comment

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

LGTM

Copy link
Collaborator

@guybartal guybartal left a 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

guybartal
guybartal previously approved these changes Nov 26, 2024
jayesh-tanna
jayesh-tanna previously approved these changes Dec 18, 2024
@ShakutaiGit ShakutaiGit dismissed stale reviews from guybartal and jayesh-tanna via 6f9fce8 December 18, 2024 08:53
@ShakutaiGit ShakutaiGit removed the request for review from kingernupur December 18, 2024 12:00
@ShakutaiGit ShakutaiGit merged commit b7e34d4 into main Dec 18, 2024
9 checks passed
@ShakutaiGit ShakutaiGit deleted the data-versioning branch December 18, 2024 12:24
@ShakutaiGit ShakutaiGit mentioned this pull request Dec 29, 2024
4 tasks
@ShakutaiGit
Copy link
Collaborator Author

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.

3 participants