LineaLabs/lineapy

Deleting Individual and/or Multiple Artifacts from Artifact Store

jeff-ridgeway opened this issue · 7 comments

Is your feature request related to a problem? Please describe.
It seems that through reading the API reference, there is no way to delete either individual and/or multiple artifacts from the sqlite3 artifact store. I encountered this when working through the sample tutorial from my documentation with my own code.

Describe the solution you'd like
It would be nice to attach to the artifact store (regardless of what the database is, sqlite3 or postgreSQL), and have an option to delete a specific artifact or a python list of artifact objects from those that are actually in the store.

Hi Jeff, we are currently working on this, should be ready sometime next week.

Ok sweet! Good to hear and thanks for getting back. Looking forward to the feature being added to lineapy.

@mingjerli has there been an update on this feature within lineapy?

@jeff-ridgeway We are currently working on a pull request (#662) for this and should be ready later today or tomorrow.

thanks 🙏🏾

Hi Jeff! We just merged the feature (so you can access it through a pull in the repo) and will update PyPi tomorrow.

dorx commented

fixed by #662