Nichita Morcotilo
10/26/2022, 10:02 AMconf/base
, conf/test
, and conf/local
(empty directory).
My conf/test/pipelines.yml
is an empty file, and executing kedro run --env=test
results in creating in /data
directory folders for each of the nodes listed in conf/base/pipelines.yml
It is expected behavior for kedro? I mean, if one of the environments has empty pipelines.yml
to fallback for base env?
Thank you!em-pe
10/26/2022, 11:01 AMNichita Morcotilo
10/26/2022, 11:05 AMDeepyaman Datta
10/26/2022, 12:08 PMeach of the nodes listed in@em-pe’s answer is correct, but it also looks like you're using a separate plugin if you're defining nodes inconf/base/pipelines.yml
pipelines.yml
, so just be aware that some of the behaviors may be different based on that