https://dagster.io/ logo
Title
n

Noah Sanor

10/08/2021, 2:25 PM
We are trying to add a unit test for a schedule. That schedule uses the
solid_selection
argument to only run some of the solids in the pipeline. When asserting
validate_run_config
we are getting failures because the test does not know that we don't need the config values for solids not being run. Is there a solution or workaround for this besides adding "dummy" config values for the solids we aren't running?
👀 1
c

chris

10/08/2021, 3:11 PM
Hmmm. I will get back to you about this later today.
I think we will need to add a selection arg to
validate_run_config
. There are various execution entrypoints where you can provide a selection without specifying directly on pipeline/job
Added this issue for tracking purposes. Team is really busy at the moment, but hopefully something we can get to once 0.13.0 lands!
n

Noah Sanor

10/11/2021, 1:11 PM
Thanks!