WranglingDataFlow Class
Power Query data flow.
All required parameters must be populated in order to send to server.
- Inheritance
-
azure.mgmt.datafactory.models._models_py3.DataFlowWranglingDataFlow
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. |
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. |
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. |
Azure SDK for Python