Skip to main content
Build and save a small sub-pipeline, then reference it from a parent pipeline with a pipeline node — pass the saved Pipeline object as pipeline=, forward inputs as kwargs, and read its outputs as attributes.
Source: examples/pipelines/sub_pipeline.py in the SDK repo.