MappingDataFlow Class

Mapping data flow.

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

Inheritance
azure.mgmt.datafactory.models._models_py3.DataFlow
MappingDataFlow

Constructor

MappingDataFlow(*, description: Optional[str] = None, annotations: Optional[List[Any]] = None, folder: Optional[_models.DataFlowFolder] = None, sources: Optional[List[_models.DataFlowSource]] = None, sinks: Optional[List[_models.DataFlowSink]] = None, transformations: Optional[List[_models.Transformation]] = None, script: Optional[str] = None, script_lines: Optional[List[str]] = None, **kwargs)

Variables

type
str

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

description
str

The description of the data flow.

annotations
list[any]

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

folder
DataFlowFolder

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

sources
list[DataFlowSource]

List of sources in data flow.

sinks
list[DataFlowSink]

List of sinks in data flow.

transformations
list[Transformation]

List of transformations in data flow.

script
str

DataFlow script.

script_lines
list[str]

Data flow script lines.