Link Search Menu Expand Document Documentation Menu

pipeline

Use the pipeline sink to read from another pipeline.

Configuration options

The pipeline sink supports the following configuration options.

Option Required Type Description
name Yes String The name of the pipeline to read from.

Usage

The following example configures a pipeline sink named sample-pipeline that reads from a pipeline named movies:

sample-pipeline:
  source:
    - pipeline:
        name: "movies"

350 characters left

Have a question? .

Want to contribute? or .