Hi all I'm trying to get the TemplatedConfigLoader...
# beginners-need-help
m
Hi all I'm trying to get the TemplatedConfigLoader to work. I'm getting this error
It must be a subclass of kedro.config.config.ConfigLoader
. It appears the TemplatedConfigLoader is inheriting from AbstractConfigLoader in 0.18.0 any idea how to fix this? Tried to change to inheriting from ConfigLoader itself, passes the assert but doesn't use my globals.yml. Thank you
d
It's a known issue we're tracking it here https://github.com/kedro-org/kedro/issues/1402
m
thank you! 😀