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

Lin 425 add artifact delete functionality #676

Closed
wants to merge 12 commits into from

Conversation

LordDarkula
Copy link
Contributor

Description

Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change.

Fixes # (issue)

Type of change

Please delete options that are not relevant.

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

How Has This Been Tested?

LordDarkula and others added 11 commits May 31, 2022 17:18
Remove an artifact from artifact store as well as
removing value from both database and pickle store if
no other artifacts refer to it.
A KeyError can be raised instead when the pickle file is not found at
the expected location.
There might be a bug with artifact versions so the tests with hardcoded
versions are xfailed.
Allow user to pass in all as a string into the version parameter
of delete to delete all versions of an artifact.
* Fixing pytorch dependencies for integration tests

* Fixing comments for pytorch integration tests
Write is_artifact_version_valid to validate version passed in by user.
Make version a mandatory keyword argument in lineapy.delete API call.
Fix bug in which version was being set to latest when version 0 was
passeed in.
Cast numeric string version to int.
@LordDarkula LordDarkula marked this pull request as draft June 7, 2022 00:05
Add version flags to delete calls in tests.
@LordDarkula LordDarkula closed this Jun 7, 2022
@lionsardesai lionsardesai deleted the LIN-425-add-artifact-delete-functionality branch June 7, 2022 18:59
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