Package version:

Interface WranglingDataFlow

Power Query data flow.

interface WranglingDataFlow {
    annotations?: any[];
    description?: string;
    documentLocale?: string;
    folder?: DataFlowFolder;
    script?: string;
    sources?: PowerQuerySource[];
    type: "WranglingDataFlow";
}

Hierarchy (view full)

Properties

annotations?: any[]

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

description?: string

The description of the data flow.

documentLocale?: string

Locale of the Power query mashup document.

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

script?: string

Power query mashup script.

sources?: PowerQuerySource[]

List of sources in Power Query.

type

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