Folks, quick question. Is there a way to use a par...
# beginners-need-help
g
Folks, quick question. Is there a way to use a parameter from the yml files in order to build a pipeline object? For example if
do_step_a=True
in the yaml add the
step_a
node to a pipeline object? My intuition says that this is a counter pattern.