PipelineResource Class

Pipeline resource type.

Variables are only populated by the server, and will be ignored when sending a request.

Inheritance
azure.synapse.artifacts.models._models_py3.SubResource
PipelineResource

Constructor

PipelineResource(*, additional_properties: Optional[Dict[str, object]] = None, description: Optional[str] = None, activities: Optional[List[azure.synapse.artifacts.models._models_py3.Activity]] = None, parameters: Optional[Dict[str, azure.synapse.artifacts.models._models_py3.ParameterSpecification]] = None, variables: Optional[Dict[str, azure.synapse.artifacts.models._models_py3.VariableSpecification]] = None, concurrency: Optional[int] = None, annotations: Optional[List[object]] = None, run_dimensions: Optional[Dict[str, object]] = None, folder: Optional[azure.synapse.artifacts.models._models_py3.PipelineFolder] = None, **kwargs)

Parameters

additional_properties
dict[str, object]
Required

Unmatched properties from the message are deserialized to this collection.

description
str
Required

The description of the pipeline.

activities
list[Activity]
Required

List of activities in pipeline.

parameters
dict[str, ParameterSpecification]
Required

List of parameters for pipeline.

variables
dict[str, VariableSpecification]
Required

List of variables for pipeline.

concurrency
int
Required

The max number of concurrent runs for the pipeline.

annotations
list[object]
Required

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

run_dimensions
dict[str, object]
Required

Dimensions emitted by Pipeline.

folder
PipelineFolder
Required

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

Variables

id
str

The resource identifier.

name
str

The resource name.

type
str

The resource type.

etag
str

Etag identifies change in the resource.