https://kedro.org/ logo
#beginners-need-help
Title
# beginners-need-help
g

gui42

07/01/2022, 6:21 PM
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.