https://dagster.io/ logo
#dagster-support
Title
# dagster-support
g

George Pearse

08/16/2021, 12:55 PM
I get this error when I try to re-run from a solid that is used as input to two parallel streams (not sure if that's the cause)
a

alex

08/16/2021, 5:14 PM
hmm can you provide some more context? Maybe a video showing how you tried to launch this run?
g

George Pearse

08/17/2021, 5:27 PM
In that case I was trying to run all solids downstream from the last successful solid. Here's another example where I only have the same solid running in parallel, they've all failed, and I'm trying to re-execute them. Does the io_manager store individual inputs to dynamically generated solids? Or should I not expect this to be possible?
I can use re-execute from failure below which is exactly the same request from a pipeline perspective to the above snapshot. The only difference being that the above is a re-execution of a re-execution, whereas the below is the re-execution from failure of a full pipeline. Happy to keep trying to give more detail.
a

alex

08/17/2021, 5:34 PM
The only difference being that the above is a re-execution of a re-execution, whereas the below is the re-execution from failure of a full pipeline
This seems like a good lead
@Dagster Bot issue problems with re-execution of re-execution & dynamic outputs
d

Dagster Bot

08/17/2021, 5:34 PM
g

George Pearse

08/17/2021, 5:35 PM
@alex I'll keep trying to pin it down / consistently reproduce it.