Channels
advanced-need-help
job-posting
welcome
announcements
resources
plugins-integrations
beginners-need-help
random
introductions
Powered by
#beginners-need-help
Title
# beginners-need-help
r
RRoger
05/29/2022, 10:59 AM
In this example of connecting the the pipelines (
https://kedro.readthedocs.io/en/stable/nodes_and_pipelines/modular_pipelines.html#combining-disconnected-pipelines
), is
inputs={"food": "grilled_veg"}
supposed to be
outputs={"grilled_veg": "food"}
instead? Or perhaps it's the input to the
lunch_pipeline
?
prep_pipeline
is the upstream pipeline.
Post