Flowlet Class

Data flow flowlet.

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

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

Constructor

Flowlet(*, 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 Flowlet.

sinks
list[DataFlowSink]

List of sinks in Flowlet.

transformations
list[Transformation]

List of transformations in Flowlet.

script
str

Flowlet script.

script_lines
list[str]

Flowlet script lines.