pipeline

Use the pipeline sink to write to another pipeline.

Configuration options

The pipeline sink supports the following configuration options.

OptionRequiredTypeDescription
nameYesStringName of the pipeline to write to.

Usage

The following example configures a pipeline sink that writes to a pipeline named movies:

  1. sample-pipeline:
  2. sink:
  3. - pipeline:
  4. name: movies