Share via


Flowlet Class

Data flow flowlet.

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

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
str

The description of the data flow.

Default value: None
annotations
list[<xref:JSON>]

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

Default value: None
folder

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

Default value: None
sources

List of sources in Flowlet.

Default value: None
sinks

List of sinks in Flowlet.

Default value: None
transformations

List of transformations in Flowlet.

Default value: None
script
str

Flowlet script.

Default value: None
script_lines

Flowlet script lines.

Default value: None

Variables

Name Description
type
str

Type of data flow. Required.

description
str

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
str

Flowlet script.

script_lines

Flowlet script lines.