ExecuteWranglingDataflowActivity Class

Execute power query activity.

All required parameters must be populated in order to send to server.

Inheritance
azure.mgmt.datafactory.models._models_py3.Activity
ExecuteWranglingDataflowActivity

Constructor

ExecuteWranglingDataflowActivity(*, name: str, data_flow: _models.DataFlowReference, additional_properties: Dict[str, MutableMapping[str, Any]] | None = None, description: str | None = None, state: str | _models.ActivityState | None = None, on_inactive_mark_as: str | _models.ActivityOnInactiveMarkAs | None = None, depends_on: List[_models.ActivityDependency] | None = None, user_properties: List[_models.UserProperty] | None = None, policy: _models.ActivityPolicy | None = None, staging: _models.DataFlowStagingInfo | None = None, integration_runtime: _models.IntegrationRuntimeReference | None = None, continuation_settings: _models.ContinuationSettingsReference | None = None, compute: _models.ExecuteDataFlowActivityTypePropertiesCompute | None = None, trace_level: MutableMapping[str, Any] | None = None, continue_on_error: MutableMapping[str, Any] | None = None, run_concurrently: MutableMapping[str, Any] | None = None, source_staging_concurrency: MutableMapping[str, Any] | None = None, sinks: Dict[str, _models.PowerQuerySink] | None = None, queries: List[_models.PowerQuerySinkMapping] | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
additional_properties
dict[str, <xref:JSON>]

Unmatched properties from the message are deserialized to this collection.

name
str

Activity name. Required.

description
str

Activity description.

state

Activity state. This is an optional property and if not provided, the state will be Active by default. Known values are: "Active" and "Inactive".

on_inactive_mark_as

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. Known values are: "Succeeded", "Failed", and "Skipped".

depends_on

Activity depends on condition.

user_properties

Activity user properties.

policy

Activity policy.

data_flow

Data flow reference. Required.

staging

Staging info for execute data flow activity.

integration_runtime

The integration runtime reference.

continuation_settings

Continuation settings for execute data flow activity.

compute

Compute properties for data flow activity.

trace_level
<xref:JSON>

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

continue_on_error
<xref:JSON>

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

run_concurrently
<xref:JSON>

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).

source_staging_concurrency
<xref:JSON>

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

sinks

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

queries

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

Variables

Name Description
additional_properties
dict[str, <xref:JSON>]

Unmatched properties from the message are deserialized to this collection.

name
str

Activity name. Required.

type
str

Type of activity. Required.

description
str

Activity description.

state

Activity state. This is an optional property and if not provided, the state will be Active by default. Known values are: "Active" and "Inactive".

on_inactive_mark_as

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. Known values are: "Succeeded", "Failed", and "Skipped".

depends_on

Activity depends on condition.

user_properties

Activity user properties.

policy

Activity policy.

data_flow

Data flow reference. Required.

staging

Staging info for execute data flow activity.

integration_runtime

The integration runtime reference.

continuation_settings

Continuation settings for execute data flow activity.

compute

Compute properties for data flow activity.

trace_level
<xref:JSON>

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

continue_on_error
<xref:JSON>

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

run_concurrently
<xref:JSON>

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).

source_staging_concurrency
<xref:JSON>

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

sinks

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

queries

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