Could dagster provide an op to remove the local st...
# dagster-feedback
g
Could dagster provide an op to remove the local storage from a specific run? (if you're using fs_io_manager) For dev work I've switched to it, but the storage piles up quickly
c
If you want to delete the local artifact storage, you could write a simple wrapper around the PickledFilesystemIOManager class that initializes a temporary directory at the beginning of the run