Hello, everyone. I'm having a problem when I try t...
# beginners-need-help
m
Hello, everyone. I'm having a problem when I try to use the
TemplatedConfigLoader
through the settings file. I'm receiving the error: `dynaconf.validator.ValidationError`: Invalid value
kedro.config.templated_config.TemplatedConfigLoader
received for setting
CONFIG_LOADER_CLASS
. It must be a subclass of
kedro.config.config.ConfigLoader
. Is this validation correct? After the changes in 0.18, the superclass wouldn't be the
AbstractConfigLoader
?
2 Views