Hi Is there way in dagster cli to run pipeline fro...
# announcements
y
Hi Is there way in dagster cli to run pipeline from specific solid taking inputs from some parent run? Thanks
s
This is currently not supported in the CLI but it would be a good idea to support this in scripting!
Can you give me some more context on your use case?
y
I have 5 steps in my pipeline 5th step failed i fixed the bug and dont want to rerun from scratch as it takes a lot of time
s
The underlying python API is
reexecute_pipeline
@Dagster Bot docs Create reexecute_pipeline example and improve/correct documentation
d