dagster-io / dagster

An orchestration platform for the development, production, and observation of data assets.
https://dagster.io
Apache License 2.0
11.6k stars 1.46k forks source link

Add an `op_selection` argument to `validate_run_config`. #5090

Open dpeng817 opened 3 years ago

dpeng817 commented 3 years ago

There are various ways that someone could provide an op selection to an execution without first specifying it on their actual pipeline/job. validate_run_config will not catch those cases, and can fail if only config is provided for a subset.

yuhan commented 3 years ago

https://github.com/dagster-io/dagster/issues/4489