Hi all - I have a question. Normally I'm able to d...
# questions
a
Hi all - I have a question. Normally I'm able to do
kedro 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()
?
d
pipelines.yml
isn’t standard Kedro - we can’t guarantee things working if you’re using custom hooks etc.