https://dagster.io/ logo
#announcements
Title
# announcements
k

Kaushik Visvanathan

02/02/2021, 3:43 PM
Hello! Quick question on the
execute_pipeline
function - when using the
solid_selection
parameter, does the run config need to be modified to only include the solids we want to reexecute? Or can we reuse the same run config we'd use to run the pipeline normally?
a

alex

02/02/2021, 4:09 PM
the “extra” run config should be ignored if you do a sub-selection
👍 1
3 Views