Flowlet Class
Data flow flowlet.
All required parameters must be populated in order to send to server.
- Inheritance
-
azure.mgmt.datafactory.models._models_py3.DataFlowFlowlet
Constructor
Flowlet(*, 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 Flowlet. |
sinks
|
List of sinks in Flowlet. |
transformations
|
List of transformations in Flowlet. |
script
|
Flowlet script. |
script_lines
|
Flowlet 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 Flowlet. |
sinks
|
List of sinks in Flowlet. |
transformations
|
List of transformations in Flowlet. |
script
|
Flowlet script. |
script_lines
|
Flowlet script lines. |
Azure SDK for Python