Pipeline interface

A data factory pipeline.

Properties

activities

List of activities in pipeline.

annotations

List of tags that can be used for describing the Pipeline.

concurrency

The max number of concurrent runs for the pipeline.

description

The description of the pipeline.

folder

The folder that this Pipeline is in. If not specified, Pipeline will appear at the root level.

parameters

List of parameters for pipeline.

policy

Pipeline Policy.

runDimensions

Dimensions emitted by Pipeline.

variables

List of variables for pipeline.

Property Details

activities

List of activities in pipeline.

activities?: ActivityUnion[]

Property Value

annotations

List of tags that can be used for describing the Pipeline.

annotations?: any[]

Property Value

any[]

concurrency

The max number of concurrent runs for the pipeline.

concurrency?: number

Property Value

number

description

The description of the pipeline.

description?: string

Property Value

string

folder

The folder that this Pipeline is in. If not specified, Pipeline will appear at the root level.

folder?: PipelineFolder

Property Value

parameters

List of parameters for pipeline.

parameters?: Record<string, ParameterSpecification>

Property Value

Record<string, ParameterSpecification>

policy

Pipeline Policy.

policy?: PipelinePolicy

Property Value

runDimensions

Dimensions emitted by Pipeline.

runDimensions?: Record<string, any>

Property Value

Record<string, any>

variables

List of variables for pipeline.

variables?: Record<string, VariableSpecification>

Property Value

Record<string, VariableSpecification>