ExecuteWranglingDataflowActivity interface

Execute power query activity.

Extends

Properties

compute

Compute properties for data flow activity.

continuationSettings

Continuation settings for execute data flow activity.

continueOnError

Continue on error setting used for data flow execution. Enables processing to continue if a sink fails. Type: boolean (or Expression with resultType boolean)

dataFlow

Data flow reference.

integrationRuntime

The integration runtime reference.

policy

Activity policy.

queries

List of mapping for Power Query mashup query to sink dataset(s).

runConcurrently

Concurrent run setting used for data flow execution. Allows sinks with the same save order to be processed concurrently. Type: boolean (or Expression with resultType boolean)

sinks

(Deprecated. Please use Queries). List of Power Query activity sinks mapped to a queryName.

sourceStagingConcurrency

Specify number of parallel staging for sources applicable to the sink. Type: integer (or Expression with resultType integer)

staging

Staging info for execute data flow activity.

traceLevel

Trace level setting used for data flow monitoring output. Supported values are: 'coarse', 'fine', and 'none'. Type: string (or Expression with resultType string)

type

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

Inherited Properties

dependsOn

Activity depends on condition.

description

Activity description.

name

Activity name.

onInactiveMarkAs

Status result of the activity when the state is set to Inactive. This is an optional property and if not provided when the activity is inactive, the status will be Succeeded by default.

state

Activity state. This is an optional property and if not provided, the state will be Active by default.

userProperties

Activity user properties.

Property Details

compute

Compute properties for data flow activity.

compute?: ExecuteDataFlowActivityTypePropertiesCompute

Property Value

continuationSettings

Continuation settings for execute data flow activity.

continuationSettings?: ContinuationSettingsReference

Property Value

continueOnError

Continue on error setting used for data flow execution. Enables processing to continue if a sink fails. Type: boolean (or Expression with resultType boolean)

continueOnError?: any

Property Value

any

dataFlow

Data flow reference.

dataFlow: DataFlowReference

Property Value

integrationRuntime

The integration runtime reference.

integrationRuntime?: IntegrationRuntimeReference

Property Value

policy

Activity policy.

policy?: ActivityPolicy

Property Value

queries

List of mapping for Power Query mashup query to sink dataset(s).

queries?: PowerQuerySinkMapping[]

Property Value

runConcurrently

Concurrent run setting used for data flow execution. Allows sinks with the same save order to be processed concurrently. Type: boolean (or Expression with resultType boolean)

runConcurrently?: any

Property Value

any

sinks

(Deprecated. Please use Queries). List of Power Query activity sinks mapped to a queryName.

sinks?: {[propertyName: string]: PowerQuerySink}

Property Value

{[propertyName: string]: PowerQuerySink}

sourceStagingConcurrency

Specify number of parallel staging for sources applicable to the sink. Type: integer (or Expression with resultType integer)

sourceStagingConcurrency?: any

Property Value

any

staging

Staging info for execute data flow activity.

staging?: DataFlowStagingInfo

Property Value

traceLevel

Trace level setting used for data flow monitoring output. Supported values are: 'coarse', 'fine', and 'none'. Type: string (or Expression with resultType string)

traceLevel?: any

Property Value

any

type

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

type: "ExecuteWranglingDataflow"

Property Value

"ExecuteWranglingDataflow"

Inherited Property Details

dependsOn

Activity depends on condition.

dependsOn?: ActivityDependency[]

Property Value

Inherited From Activity.dependsOn

description

Activity description.

description?: string

Property Value

string

Inherited From Activity.description

name

Activity name.

name: string

Property Value

string

Inherited From Activity.name

onInactiveMarkAs

Status result of the activity when the state is set to Inactive. This is an optional property and if not provided when the activity is inactive, the status will be Succeeded by default.

onInactiveMarkAs?: string

Property Value

string

Inherited From Activity.onInactiveMarkAs

state

Activity state. This is an optional property and if not provided, the state will be Active by default.

state?: string

Property Value

string

Inherited From Activity.state

userProperties

Activity user properties.

userProperties?: UserProperty[]

Property Value

Inherited From Activity.userProperties