Skip to content

Pipelines and PipelineTemplates

Pipelines

It contains CRUD endpoints to Pipeline table. Pipelines must be related to a pipeline template and it is required to provide the Id of the template during the creation of the pipeline.

PipelineTemplates

It contains CRUD endpoints to PipelineTemplate table. When creating a new pipeline template, it must be provided the Id of the type of pipeline template and the Id of the platform.

These are the available types of pipeline templates:

Id Name
1 Ingestion
2 System
3 DW
4 Log
5 Other
6 LoadRegisteredAsset
7 AzureSearchIndexer

These are the available platforms:

Id Name
1 AzureDataFactory
2 AzureSearch