Jonghyun Yun
06/11/2025, 9:46 PMNok Lam Chan
06/12/2025, 2:42 AMpipeline_registry.py )?
•
Dose a,b,c pipeline shares any nodes at all? You can run this in a notebook/ipython shell to check
%load_ext kedro.ipython
print(pipelines["a"]) # Assume your pipeline is called a, `pipelines` will be available if you load the extension without any error.Jonghyun Yun
06/12/2025, 3:49 AMcreate_pipeline and later called from registry to compose another pipeline.Nok Lam Chan
06/12/2025, 4:32 AMJonghyun Yun
06/16/2025, 2:12 PM