datajoint-python
datajoint-python copied to clipboard
Set default `delete_external_files=True` when deleting external blobs.
trafficstars
When cleaning up external files of external blob, if we allow delete_external_files=False, there will be non-human readable orphan files left on disk. We should probably disable this argument for external files. This requires the separation of stores of different external types #812