Flowlet interface
Data flow flowlet
- Extends
Properties
| script | Flowlet script. |
| script |
Flowlet script lines. |
| sinks | List of sinks in Flowlet. |
| sources | List of sources in Flowlet. |
| transformations | List of transformations in Flowlet. |
| type | Polymorphic discriminator, which specifies the different types this object can be |
Inherited Properties
| annotations | List of tags that can be used for describing the data flow. |
| description | The description of the data flow. |
| folder | The folder that this data flow is in. If not specified, Data flow will appear at the root level. |
Property Details
script
Flowlet script.
script?: string
Property Value
string
scriptLines
Flowlet script lines.
scriptLines?: string[]
Property Value
string[]
sinks
sources
transformations
List of transformations in Flowlet.
transformations?: Transformation[]
Property Value
type
Polymorphic discriminator, which specifies the different types this object can be
type: "Flowlet"
Property Value
"Flowlet"
Inherited Property Details
annotations
List of tags that can be used for describing the data flow.
annotations?: any[]
Property Value
any[]
Inherited From DataFlow.annotations
description
The description of the data flow.
description?: string
Property Value
string
Inherited From DataFlow.description
folder
The folder that this data flow is in. If not specified, Data flow will appear at the root level.
folder?: DataFlowFolder
Property Value
Inherited From DataFlow.folder