PipelineTemplateType table¶
This table is used to store the different categories or types of pipeline templates based on their functionality.
| Column | Description | Format | Required |
|---|---|---|---|
| Id | Pipeline template type identifier | tinyint | Yes |
| Name | Name of the type -or category- of the pipeline template | varchar(25) |
These are the available types of pipeline templates:
| Id | Name |
|---|---|
| 1 | Ingestion |
| 2 | System |
| 3 | DW |
| 4 | Log |
| 5 | Other |
| 6 | LoadRegisteredAsset |
| 7 | AzureSearchIndexer |