What happens to io at an op-graph boundary? If the...
# ask-community
r
What happens to io at an op-graph boundary? If the last op in a graph writes to its output iomanager, does the graph-job shell re-pickup the output as input and store it elsewhere?
o
hi @Rahul Dave! addressed this in the other thread, but just to summarize / in case others search for this, the answer is that nothing special happens at this boundary -- graphs are purely an organizational unit and should have no impact on the underlying execution
r
Thanks!