And in that case, what if I want to chain together...
# ask-community
u
And in that case, what if I want to chain together a whole DAG of operations. It seems wasteful to read/write to S3 in between each op, when you could just continue the same op with the same local disk context instead. Is there a way to describe this?