It would be great if there were a simpler way to h...
# dagster-feedback
m
It would be great if there were a simpler way to handle skipping ops. Looking at op events/exceptions, being able to
raise SkipOp
would be cool. The pattern below of branching from an upstream up works, but leads to a lot of extra graph structure.