WranglingDataFlow interface

Power Query data flow.

Extends

Properties

documentLocale

Locale of the Power query mashup document.

script

Power query mashup script.

sources

List of sources in Power Query.

type

Polymorphic discriminator, which specifies the different types this object can be

Inherited Properties

annotations

List of tags that can be used for describing the data flow.

description

The description of the data flow.

folder

The folder that this data flow is in. If not specified, Data flow will appear at the root level.

Property Details

documentLocale

Locale of the Power query mashup document.

documentLocale?: string

Property Value

string

script

Power query mashup script.

script?: string

Property Value

string

sources

List of sources in Power Query.

sources?: PowerQuerySource[]

Property Value

type

Polymorphic discriminator, which specifies the different types this object can be

type: "WranglingDataFlow"

Property Value

"WranglingDataFlow"

Inherited Property Details

annotations

List of tags that can be used for describing the data flow.

annotations?: any[]

Property Value

any[]

Inherited From DataFlow.annotations

description

The description of the data flow.

description?: string

Property Value

string

Inherited From DataFlow.description

folder

The folder that this data flow is in. If not specified, Data flow will appear at the root level.

folder?: DataFlowFolder

Property Value

Inherited From DataFlow.folder