Channels
ask-ai
dagster-de
topic-async-execution
dagster-jp
dagster-cube
gigs-freelance
dagster-wandb
dagster-feedback
dagster-machine-learning
dagster-bigquery
dagster-university
dagster-support
dagster-dask
dagster-snowflake
dagster-releases
dagster-dbt
faq-read-me-before-posting
tools
dagster-insights
dagster-pipes
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
#dagster-support
Title
# dagster-support
h
Hebo Yang
12/09/2022, 8:00 PM
Hi team! I am wondering if there is a way to rerun a subset of ops within a graph but with different inputs please?
i.e. for the graph a -> b(x) -> c, I’d like to rerun the subset b(x) -> c but with a different input x
c
chris
12/09/2022, 8:43 PM
should be able to do this by setting the input via config. If you can't set the input via config, don't think there's a way to do that
h
Hebo Yang
12/13/2022, 3:16 AM
thanks Chris! Could you help clarify how to set input via config with a subset of the job’s ops please?
2 Views
Post