The SQL backend does not clean up old tables. This can lead to errors on reloading an analysis.
Describe the solution you'd like
On reloading a dataset an checksum might be useful to reuse an existing table by name. If the checksum doesnt pass, clear or update the table and reload.
Describe alternatives you've considered
manually deleting the .db files in the root directory-not efficient or necessarily intuitive.
The SQL backend does not clean up old tables. This can lead to errors on reloading an analysis.
Describe the solution you'd like On reloading a dataset an checksum might be useful to reuse an existing table by name. If the checksum doesnt pass, clear or update the table and reload.
Describe alternatives you've considered manually deleting the .db files in the root directory-not efficient or necessarily intuitive.