Hi, When I'm trying to use multiple dynamic output...
# ask-community
q
Hi, When I'm trying to use multiple dynamic output op in 1 job I got this error:
cannot be downstream of more than one dynamic output
. Is there any way to use more than 1 dynamic output op for 1 job in Dagster?
s
there can be multiple in a job, but there can't be multiple levels of fan-out. here's where we're tracking this issue: https://github.com/dagster-io/dagster/issues/4364
👍 1