Allow registering of custom resolvers to OmegaConfigLoader
through CONFIG_LOADER_ARGS
#2622
Labels
Milestone
OmegaConfigLoader
through CONFIG_LOADER_ARGS
#2622
Description
Allowing users to register custom resolvers will make it easy for users to do more advanced interpolation in their configs.
OmegaConf documentation about custom resolvers - https://omegaconf.readthedocs.io/en/2.3_branch/custom_resolvers.html
Context
Follow up task for #2407
Possible Implementation
Users should be able to add custom resolvers in their
settings.py
files -The config files then could look like this -
parameters.yml
OmegaConfigLoader
side should be a very thin wrapper forOmegaConf.register_new_resolver()
so that any future changes toOmegaConf
don't affect anything on Kedro side.replace=True
The text was updated successfully, but these errors were encountered: