How to delete a certain run from database? #605
-
I was wondering how one can remove a certain run, identified by a Thanks a lot in advance! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Hi @lm1909 , there is currently no functionality to remove ids from a database. Overall, I think the best solution would be to store different runs in different database files, as this ensures maximum modularity. |
Beta Was this translation helpful? Give feedback.
-
(Adding the possibility to remove ids would be not too difficult via sqlalchemy, but come with some special case handling, such as when there is only a single run left in a database) |
Beta Was this translation helpful? Give feedback.
Hi @lm1909 , there is currently no functionality to remove ids from a database. Overall, I think the best solution would be to store different runs in different database files, as this ensures maximum modularity.