Noah Sanor
10/08/2021, 2:25 PMsolid_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?chris
10/08/2021, 3:11 PMvalidate_run_config
. There are various execution entrypoints where you can provide a selection without specifying directly on pipeline/jobNoah Sanor
10/11/2021, 1:11 PM