Hi! Is there a way to pass to KedroSession a class...
# questions
j
Hi! Is there a way to pass to KedroSession a class instance of
OmegaConfigLoader
? We need to do some parameter inheritance between different envs and solutions, therefore I am creating my own OmegaConfigLoader and updating parameters inside my code based on some heuristic. However during creation of KedroSession / KedroContext I loose these modifications.
Or should I just go with a hook
after_context_created
in this case?
l
not sure what your use-case is
I'm loading a second env in this PR
could give you some inspiration
j
Will have a look, thanks!