I feel this might be a basic questions, but can't ...
# questions
r
I feel this might be a basic questions, but can't quite make it work. In a kedro pipeline (Pipe1) there are two defined pipelines (say pipeA and pipeB), where pipeB is a remapping of inputs and outputs of pipeA. For organization purposes, I don't want to spin pipeB into an individual Pipe2. However, in another pipeline (Pipe3) I want to re-use pipeB, but not pipeA. Is there a way to do this?