Pipelines
Create pipeline
POST /api/pipelines
Human readable name of the pipeline.
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.
If supplied, the uuid of a pipeline to clone.
Array of conditional block objects. Same shape as blocks
.
Was this page helpful?