Pipelines
Create pipeline
POST /api/pipelines
name
string
requiredHuman readable name of the pipeline.
type
string
requiredThe 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.
clone_pipeline_uuid
string
If supplied, the uuid of a pipeline to clone.
extensions
array of objects
Array of extension block objects. Same shape as blocks
.
callbacks
array of objects
Array of callback block objects. Same shape as blocks
.
conditionals
array of objects
Array of conditional block objects. Same shape as blocks
.
Was this page helpful?