https://kedro.org/ logo
#questions
Title
# questions
r

Ricardo Araújo

02/18/2023, 3:39 PM
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?
3 Views