Iñigo Hidalgo
03/13/2024, 8:50 PMkedro viz build ? I have an after_context_created hook which persists certain information about the context, like parameters, etc so I can access them from elsewhere, particularly at pipeline registry.Merel
03/14/2024, 9:43 AMkedro viz build but if the KedroContext is set up as part of it I would think the hook is executed. @Rashida Kanchwala or @Ravi Kumar Pilla might know more details here.Rashida Kanchwala
03/14/2024, 9:55 AMkedro viz run --ignore-plugins but I think it's currently only available for kedro viz run command and not kedro viz build . Can i request u to raise this issue on our github page?Iñigo Hidalgo
03/14/2024, 10:27 AMafter_context_created for a custom hook i registered in settings.py:HOOKS isn't being triggered when I run kedro viz build. kedro viz run works fine on the other handRashida Kanchwala
03/14/2024, 10:48 AMkedro viz build currently skips all the hooks.
I am not sure why we do this by default. I think we should make it an option the users pass similar to kedro viz run . Can I ask you to raise a bug request and we will try to fix it soon.Iñigo Hidalgo
03/14/2024, 10:49 AMIñigo Hidalgo
03/14/2024, 10:51 AM