ExecuteDataFlowActivity Class

Execute data flow activity.

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

Inheritance
azure.mgmt.datafactory.models._models_py3.ExecutionActivity
ExecuteDataFlowActivity

Constructor

ExecuteDataFlowActivity(*, name: str, data_flow: _models.DataFlowReference, additional_properties: Optional[Dict[str, Any]] = None, description: Optional[str] = None, depends_on: Optional[List[_models.ActivityDependency]] = None, user_properties: Optional[List[_models.UserProperty]] = None, linked_service_name: Optional[_models.LinkedServiceReference] = None, policy: Optional[_models.ActivityPolicy] = None, staging: Optional[_models.DataFlowStagingInfo] = None, integration_runtime: Optional[_models.IntegrationRuntimeReference] = None, compute: Optional[_models.ExecuteDataFlowActivityTypePropertiesCompute] = None, trace_level: Optional[Any] = None, continue_on_error: Optional[Any] = None, run_concurrently: Optional[Any] = None, source_staging_concurrency: Optional[Any] = None, **kwargs)

Variables

additional_properties
dict[str, any]

Unmatched properties from the message are deserialized to this collection.

name
str

Required. Activity name.

type
str

Required. Type of activity.Constant filled by server.

description
str

Activity description.

depends_on
list[ActivityDependency]

Activity depends on condition.

user_properties
list[UserProperty]

Activity user properties.

linked_service_name
LinkedServiceReference

Linked service reference.

policy
ActivityPolicy

Activity policy.

data_flow
DataFlowReference

Required. Data flow reference.

staging
DataFlowStagingInfo

Staging info for execute data flow activity.

integration_runtime
IntegrationRuntimeReference

The integration runtime reference.

compute
ExecuteDataFlowActivityTypePropertiesCompute

Compute properties for data flow activity.

trace_level
any

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
any

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
any

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
any

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