Open dpeng817 opened 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.
validate_run_config
https://github.com/dagster-io/dagster/issues/4489
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.