Waldrill
09/21/2021, 10:28 PMapp1, app2) and tried to set two parameter files with following the template conf/<env>/parameters/<pipeline_name>.yml .
But it seems that upon running the pipeline kedro run --pipeline app1 , kedro reads everything in conf/<env>/parameters/ folder, and not only parameters/app1.yml .. this results in a conflict as the parameters/app2.yml has the same entries.
Same error is raised for catalogs.
So I guess it is not designed to use like this ... Could this be requested as a feature or it is fundamentally wrong.