https://kedro.org/ logo
#beginners-need-help
Title
# beginners-need-help
d

DIVINE

03/21/2022, 3:59 PM
basically I've got a few pipeline that are disconnected with output O-1 of pipeline 1 being named differently from input I-2 of pipeline 2. Therefore I created a pipeline with pipe = pipeline1, and inputs={'I-2-name':'O-1-name'}
d

datajoely

03/21/2022, 4:00 PM
No worries
are you using the
namespace
argument at all
d

DIVINE

03/21/2022, 4:00 PM
huh, no
d

datajoely

03/21/2022, 4:00 PM
yup this is what's needed to split apart the flows
but yeah following the spaceflights tutorial isn't a bad way to get acquainted
d

DIVINE

03/21/2022, 4:02 PM
okay, thank you very much!
d

datajoely

03/21/2022, 4:02 PM
no problemo
3 Views