Hi Everyone! Is there any documentation on creatin...
# questions
a
Hi Everyone! Is there any documentation on creating custom configloaders that extend from AbstractConfigLoader class? there seems to be some necessary defaults and conventions which im finding through trial and error (and looking at other loader implementations) but trying to understand what is the bare minimum i need for a custom loader to work in a session
m
Hi Ana, the short answer is no. IMHO the
AbstractConfigLoader
class as is, isn’t really suitable to be extended. That’s definitely a design flaw on our side. I’d recommend extending one of the existing config loaders instead.
👍 2
d
also what are you trying to achieve, perhaps we can point you in the right direction?
a
I just wanted to check the feasibility of extending some of the core components of kedro for testing and learning purposes, nothing meaningful!
d
Love a deep dive like that - well shout if you need any explanations, this page should be helpful https://docs.kedro.org/en/0.18.6/faq/architecture_overview.html
thankyou 1