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

munchmuch

04/05/2022, 4:12 AM
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

datajoely

04/05/2022, 4:36 AM
It's a known issue we're tracking it here https://github.com/kedro-org/kedro/issues/1402
m

munchmuch

04/05/2022, 5:02 AM
thank you! 😀