Hi all! I wanted to ask what is the expected behav...
# questions
a
Hi all! I wanted to ask what is the expected behaviour in the following example: I have created a hook (B) that implements a hook specification (e.g
before_pipeline_run
) that is a subclass of another hook (A) that implements a different hook specification (e.g
after_context_created
) that is defined in a plugin to kedro (Plugin A). If I disable Plugin A and register hook B in my settings.py file, would the hook spec defined in hook A still run? I am finding that it does but was unsure if that was what was suppose to happen. Hope that makes sense @Nok Lam Chan