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

[API] Adding APIs to delete specific versions of feature-store objects #811

Merged
merged 1 commit into from
Mar 21, 2021

Conversation

theSaarco
Copy link
Member

Added REST API and DB implementation for deleting specific versions of feature-set and feature-vector objects. Versions are identified by a reference (either uid or tag), as usual.
APIs are also supported through the httpdb interface in delete_feature_vector and delete_feature_set.

Delete REST APIs supported now are:

DELETE /projects/{project}/feature-sets/{name}
DELETE /projects/{project}/feature-sets/{name}/references/{reference}

(and of course, same for feature-vectors)

mlrun/api/db/sqldb/db.py Show resolved Hide resolved
@Hedingber Hedingber merged commit 5fedf06 into mlrun:development Mar 21, 2021
@theSaarco theSaarco deleted the fs_delete_specific_versions branch July 27, 2021 10:00
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.

None yet

2 participants