Théo Andro
11/26/2024, 2:57 PMkedro catalog resolve
.
In our way of working with kedro, we generate specific conf for pipeline (independtly from general conf).
It means, that we have the base, and local folder in conf folder, but we also generate conf folder for specific pipelines. When we run pipeline, we do it like kedro run --conf-source={pipeline_conf}
However, With this way of doing, I am not able to use kedro catalog resolve since it is not possible to specify --conf-source in the cli tool.
Would you have any idea on how I could do that?Hall
11/26/2024, 2:57 PMdatajoely
11/26/2024, 3:00 PMdatajoely
11/26/2024, 3:01 PMThéo Andro
11/26/2024, 3:07 PMdatajoely
11/26/2024, 3:09 PMkedro catalog resolve
to accept --conf-source
Théo Andro
11/26/2024, 3:09 PMdatajoely
11/26/2024, 3:10 PM