Simon Bull
06/03/2026, 11:20 PMParallelRunner
Is it expected that most hooks are not executed at all with ParallelRunner ?
By my testing, we'll only see:
after_context_created
after_catalog_created
before_pipeline_run
after_pipeline_run
OR
on_pipeline_error
Is there any way to "enable" remaining hooks when using ParallelRunner ?Deepyaman Datta
06/03/2026, 11:24 PMDeepyaman Datta
06/03/2026, 11:29 PMhook_manager isn't getting passed: https://github.com/kedro-org/kedro/pull/5587Deepyaman Datta
06/03/2026, 11:30 PMDeepyaman Datta
06/03/2026, 11:33 PMSimon Bull
06/03/2026, 11:34 PMself attributes were not pickleable š
Deepyaman Datta
06/03/2026, 11:39 PMParallelRunner š
⢠https://github.com/kedro-org/kedro-viz/issues/1801#issuecomment-2962810932
⢠https://github.com/kedro-org/kedro/issues/4602Simon Bull
06/03/2026, 11:48 PMDeepyaman Datta
06/03/2026, 11:54 PMSimon Bull
06/04/2026, 12:03 AMSimon Bull
06/04/2026, 4:58 PM