Skip to main content
POST /api/pipelines
string
required
Human readable name of the pipeline.
string
required
The type of the pipeline: integration, pyspark, python, streaming Note that python is a standard (batch) pipeline with a python backend, while pyspark is a batch pipeline with a spark backend.
string
If supplied, the uuid of a pipeline to clone.
array of objects
Array of extension block objects. Same shape as blocks.
array of objects
Array of callback block objects. Same shape as blocks.
array of objects
Array of conditional block objects. Same shape as blocks.