Hey all! I have a possibly simple question, but so...
# questions
p
Hey all! I have a possibly simple question, but somehow can't find an obvious way. We have in our pipeline_registry multiple pipelines which are spliced of various subpipelines. Now when one of those pipelines ["pipe_A_and_B"] are ran via Kedro CLI, how can I access this specific name ("pipe_A_and_B") within the pipeline if I want one of the nodes to include that information in a run summary? We have specific objects that summarise our results and predictions, and it would be great if that pipeline name were injected there. Can't find an obvious way beside trying to hack around with hooks, which doesnt look great 😉
K 1
m
Hooks are probably the only option here
p
ok, will go back to hacking away then 🙂 thank you