Skip to main content

Pipeline object

array of objects
Array of block objects. See the blocks section for more details.
string
Description for the pipeline.
array of objects
Array of extension block objects. Same shape as blocks.
string
required
Human friendly name of the pipeline.
array of objects
required
Array of trigger objects.
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
required
Unique identifier for the pipeline.
object
Object containing variables for the pipeline.
array of objects
Array of widget block objects. Same shape as blocks.