Eluard Camota
10/27/2023, 1:48 PMNok Lam Chan
10/27/2023, 2:00 PMEluard Camota
10/27/2023, 2:18 PMkedro pipeline create
. Those pipelines are disconnected since it doesn't contain the output from the previous nodes. So what, I'm trying to do is to register those 3 different pipelines on the pipeline_registry.py
and connect each pipeline after another pipelineNok Lam Chan
10/27/2023, 2:27 PMpipeline_registry.py
, you can add pipelines["all"] = pipelines["a"] + pipelines["b"] + pipelines"[c"]
(or whatever name you preferred)kedro viz
to confirm it - they should be just 3 parallel pipelinesEluard Camota
10/27/2023, 2:35 PMNok Lam Chan
10/27/2023, 4:07 PMEluard Camota
10/27/2023, 4:23 PM