MappingDataFlow Class

Mapping data flow.

All required parameters must be populated in order to send to Azure.

Inheritance
azure.synapse.artifacts.models._models_py3.DataFlow
MappingDataFlow

Constructor

MappingDataFlow(*, description: Optional[str] = None, annotations: Optional[List[object]] = None, folder: Optional[azure.synapse.artifacts.models._models_py3.DataFlowFolder] = None, sources: Optional[List[azure.synapse.artifacts.models._models_py3.DataFlowSource]] = None, sinks: Optional[List[azure.synapse.artifacts.models._models_py3.DataFlowSink]] = None, transformations: Optional[List[azure.synapse.artifacts.models._models_py3.Transformation]] = None, script: Optional[str] = None, **kwargs)

Parameters

type
str
Required

Required. Type of data flow.Constant filled by server.

description
str
Required

The description of the data flow.

annotations
list[object]
Required

List of tags that can be used for describing the data flow.

folder
DataFlowFolder
Required

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

sources
list[DataFlowSource]
Required

List of sources in data flow.

sinks
list[DataFlowSink]
Required

List of sinks in data flow.

transformations
list[Transformation]
Required

List of transformations in data flow.

script
str
Required

DataFlow script.