I defined a DynamicOutput and map it to a graph, a...
# ask-community
w
I defined a DynamicOutput and map it to a graph, and I get a op level multiprocesses, so How can I get the multiprocess over the whole graph?
c
Hi wangm. By default, dagster uses the multiprocess executor, so each op runs in its own process.