Regarding https://github.com/kedro-org/kedro/issues/4322, I am working on upgrading a big project from kedro 0.18.13 to the latest version. While doing so, I am also removing a custom ConfigLoader as I want to use OmegaConf. However, I do see some performance issues here too compared to the custom implementation we had. Did some debugging (using logging in my hooks) and found the following:
Question about configuration. How nested can you organise your config environment? Is it possible to have something like the following file structure?
conf/ base/ crm/ prm/ parameters.yaml catalog.yaml feat/ …And still allow OmegaConf to read all files?