thomaseleff / assemblit

Assemblit is helping data analysts and scientists rapidly scale notebooks into analytics-as-a-service (AaaS) web-applications.
https://assemblit.org
MIT License
1 stars 0 forks source link

Fix delete to include `analysis` db #23

Closed thomaseleff closed 2 months ago

thomaseleff commented 3 months ago

Currently, the delete functionality does not remove the corresponding analysis runs from analysis db. When a user, session or dataset is deleted, it is expected that the analysis runs and their workspace folders are also removed.

To Do:

thomaseleff commented 2 months ago

analysis runs are deleted only when a user or session is deleted. Deleting a dataset does not remove all related analysis runs since there is no parent relationship between datasets and analysis runs.