https://kedro.org/ logo
#beginners-need-help
Title
# beginners-need-help
m

Malaguth

04/11/2022, 5:03 AM
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
?