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.DataFlow
WranglingDataFlow

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
str

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
str

Power query mashup script.

document_locale
str

Locale of the Power query mashup document.

Variables

Name Description
type
str

Type of data flow. Required.

description
str

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
str

Power query mashup script.

document_locale
str

Locale of the Power query mashup document.