I am building a prototype pipeline that does two things:
- (solid) Clears files out of an existing directory
- (solid) Runs a batch process to dump data into that directory.
Step #1 is all side-effect, and has no output to pass to #2. Is it possible to express a dependency between these two solids in a pipeline?