https://kedro.org/ logo
#questions
Title
# questions
a

Ana Man

03/09/2023, 4:33 PM
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

Merel

03/09/2023, 4:43 PM
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

datajoely

03/09/2023, 4:47 PM
also what are you trying to achieve, perhaps we can point you in the right direction?
a

Ana Man

03/09/2023, 4:57 PM
I just wanted to check the feasibility of extending some of the core components of kedro for testing and learning purposes, nothing meaningful!
d

datajoely

03/09/2023, 4:58 PM
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
2 Views