Ok fixed the fan-in issue after a conditional bran...
# ask-community
m
Ok fixed the fan-in issue after a conditional branching. Now I have this conditional-branching + fan-in in a subgraph, and I want to apply this subgraph to all my inputs so I'm using DynamicOutput then
.map(subgraph)
but I get this error:
Unexpected dynamic output dependency in regular fan in, should have been caught at definition time.
a
@Dagster Bot issue dynamic output dependency in fan in
d