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.

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

Inheritance
DataFlow

Constructor

DataFlow(*, description: Optional[str] = None, annotations: Optional[List[Any]] = None, folder: Optional[_models.DataFlowFolder] = 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.