Dear Team, I would like to run parts of my pipeli...
# questions
i
Dear Team, I would like to run parts of my pipeline, which are defined by
tags
. Is there a way to have the pipeline load different inputs from the data catalog based on the tag that I have specified?
m
Tags are filters for nodes, so it's possible to run all nodes with a specific tag which in turn will only load the inputs needed for those nodes: https://docs.kedro.org/en/stable/development/commands_reference.html#run-the-project
There's no way to filter your pipeline based on the catalog values. Namespaces are another way of filtering pipelines, which might be helpful for you: https://docs.kedro.org/en/stable/nodes_and_pipelines/namespaces.html
i
Dear @Merel, thank you so much - makes total sense👍