Hi kedro team, wondered if there is a easy way to ...
# questions
m
Hi kedro team, wondered if there is a easy way to add support for OmegaConf in logging.yaml? Never mind, had not included the default resolvers in OmegaConf in the
settings.py
file
1
Never mind, had not included the default resolvers in OmegaConf in the
settings.py
file
https://github.com/kedro-org/kedro/blob/main/docs/source/configuration/advanced_configuration.md#how-to-change-the-merge-[…]sed-by-omegaconfigloader
Copy code
from omegaconf.resolvers import oc

CONFIG_LOADER_ARGS = {
    "custom_resolvers": {
        "oc.env": oc.env,
    }
}