Pipelines
Overview
Data pipeline containing execution settings, resources, block information, and block dependencies.
Pipeline object
Description for the pipeline.
Array of extension block objects. Same shape as blocks
.
Human friendly name of the pipeline.
Array of trigger objects.
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.
Unique identifier for the pipeline.
Object containing variables for the pipeline.
Array of widget block objects. Same shape as blocks
.
Was this page helpful?