WranglingDataFlow Class

Power Query data flow.

Constructor

WranglingDataFlow(*args: Any, **kwargs: Any)

Variables

Name Description
description
str

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.

type_properties

PowerQuery data flow type properties.

type
str

Type of data flow. Required. Default value is "WranglingDataFlow".

Attributes

type

Type of data flow. Required. Default value is "WranglingDataFlow".

type: Literal['WranglingDataFlow']

type_properties

PowerQuery data flow type properties.

type_properties: _models.PowerQueryTypeProperties | None