MappingDataFlow Class
Mapping data flow.
All required parameters must be populated in order to send to server.
- Inheritance
-
azure.mgmt.datafactory.models._models_py3.DataFlowMappingDataFlow
Constructor
MappingDataFlow(*, description: str | None = None, annotations: List[MutableMapping[str, Any]] | None = None, folder: _models.DataFlowFolder | None = None, sources: List[_models.DataFlowSource] | None = None, sinks: List[_models.DataFlowSink] | None = None, transformations: List[_models.Transformation] | None = None, script: str | None = None, script_lines: List[str] | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
description
|
The description of the data flow. |
annotations
|
list[<xref:JSON>]
List of tags that can be used for describing the data flow. |
folder
|
The folder that this data flow is in. If not specified, Data flow will appear at the root level. |
sources
|
List of sources in data flow. |
sinks
|
List of sinks in data flow. |
transformations
|
List of transformations in data flow. |
script
|
DataFlow script. |
script_lines
|
Data flow script lines. |
Variables
Name | Description |
---|---|
type
|
Type of data flow. Required. |
description
|
The description of the data flow. |
annotations
|
list[<xref:JSON>]
List of tags that can be used for describing the data flow. |
folder
|
The folder that this data flow is in. If not specified, Data flow will appear at the root level. |
sources
|
List of sources in data flow. |
sinks
|
List of sinks in data flow. |
transformations
|
List of transformations in data flow. |
script
|
DataFlow script. |
script_lines
|
Data flow script lines. |
Azure SDK for Python