https://kedro.org/ logo
w

Waldrill

09/22/2021, 11:23 AM
The question is if rather modular pipelines should read configurations exactly following the template said in the documentation
conf/<env>/parameters/<pipeline_name>.yml
or load as it is doing now
parameters*/**
reading all
<pipeline_name>.yml
files at once.