Skip to content

DatasetTemplatePipelineTemplate tableΒΆ

This table links dataset templates with pipeline templates. It is used to build the structure of a pipeline template, telling what dataset the activities inside the pipeline are going to use and parameters if necessary.

Column Description Format Required
Id Identifier of the link int Yes
ItemId The global identifier of the link. It is unique within all the link in all the Sidra installations uniqueidentifier Yes
IdPipelineTemplate The identifier of the pipeline template used int Yes
IdDatasetTemplate The identifier of the dataset template used in the pipeline template int Yes
Parameters Parameters to replace in the dataset template that are used across all pipelines that use this pipeline template nvarchar(max) Yes