Channels
dagster-de
topic-async-execution
dagster-jp
dagster-cube
gigs-freelance
dagster-wandb
dagster-feedback
dagster-machine-learning
dagster-bigquery
dagster-support
dagster-dask
dagster-snowflake
dagster-releases
dagster-dbt
faq-read-me-before-posting
tools
dagster-ext
project-flexible-range-backfills
data-platform-design
events
dagster-serverless
dagster-noteable
introductions
dagster-airflow
dagster-cloud
random
dagster-airbyte
dagster-spatial
announcements
github-discussions
豆瓣酱帮
dagstereo
dagster-ecs
dagster-kubernetes
jobs
dagster-showcase
data-quality-asset-checks
Powered by
#announcements
Title
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
Created issue at:
https://github.com/dagster-io/dagster/issues/3912
Created issue at:
https://github.com/dagster-io/dagster/issues/3913
Post