https://kedro.org/ logo
#questions
Title
# questions
m

Marc Gris

08/31/2023, 2:45 PM
Hi everyone Regarding the new 0.18.13 version: Could someone give more detailed regarding the following point: “_Implemented a flat
conf/
structure for modular pipelines”_ ? Thx 🙂
a

Ankita Katiyar

08/31/2023, 2:49 PM
When you create a new pipeline or use
kedro catalog create
it now creates the parameters file as
conf/base/parameters_{pipeline_name}.yml
instead of
conf/base/parameters/{pipeline_name}.yml
this 2
conf/<env>/catalog_{pipeline_name}.yml
for
kedro catalog create
m

Marc Gris

08/31/2023, 3:07 PM
Ah.. I see… Thanks for you answer @Ankita Katiyar 🙂 🙏🏼