WranglingDataFlow Class
Power Query data flow.
All required parameters must be populated in order to send to server.
Constructor
WranglingDataFlow(*, description: str | None = None, annotations: List[MutableMapping[str, Any]] | None = None, folder: _models.DataFlowFolder | None = None, sources: List[_models.PowerQuerySource] | None = None, script: str | None = None, document_locale: str | None = None, **kwargs: Any)
Keyword-Only Parameters
| Name | Description |
|---|---|
|
description
|
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 Power Query. Default value: None
|
|
script
|
Power query mashup script. Default value: None
|
|
document_locale
|
Locale of the Power query mashup document. Default value: None
|
Variables
| Name | Description |
|---|---|
|
type
|
Type of data flow. Required. |
|
description
|
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 Power Query. |
|
script
|
Power query mashup script. |
|
document_locale
|
Locale of the Power query mashup document. |