DataFlow Class
Azure Data Factory nested object which contains a flow with data movements and transformations.
You probably want to use the sub-classes and not this class directly. Known sub-classes are: Flowlet, MappingDataFlow, WranglingDataFlow
Constructor
DataFlow(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
type
|
Type of data flow. Required. Default value is None. |
|
description
|
The description of the data flow. |
|
annotations
|
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. |
Attributes
annotations
List of tags that can be used for describing the data flow.
annotations: list[Any] | None
description
The description of the data flow.
description: str | None
folder
The folder that this data flow is in. If not specified, Data flow will appear at the root level.
folder: _models.DataFlowFolder | None
type
Type of data flow. Required. Default value is None.
type: str