Aalok Parkash
11/10/2023, 2:08 PMkedro run --pipeline=<subpipeline> from terminal. However, when I try to do the same from a jupyter notebook using session.run(pipeline_name=<subpipeline>) this does not work. It seems that it can only find pipelines as defined in the top level pipelines.yml . Is there a way to still run a subpipeline with session.run() ?datajoely
11/10/2023, 2:26 PMpipelines.yml isn’t standard Kedro - we can’t guarantee things working if you’re using custom hooks etc.