https://dagster.io/ logo
y

Yan

03/21/2021, 8:54 AM
Hi Is there way in dagster cli to run pipeline from specific solid taking inputs from some parent run? Thanks
s

schrockn

03/21/2021, 12:42 PM
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

Yan

03/21/2021, 12:52 PM
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

schrockn

03/21/2021, 12:56 PM
The underlying python API is
reexecute_pipeline
@Dagster Bot docs Create reexecute_pipeline example and improve/correct documentation
d

Dagster Bot

03/21/2021, 12:57 PM