ExecutePowerQueryActivityTypeProperties Class
Execute power query data flow activity properties.
All required parameters must be populated in order to send to Azure.
- Inheritance
-
azure.mgmt.datafactory.models._models_py3.ExecuteDataFlowActivityTypePropertiesExecutePowerQueryActivityTypeProperties
Constructor
ExecutePowerQueryActivityTypeProperties(*, data_flow: _models.DataFlowReference, 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, sinks: Optional[Dict[str, _models.PowerQuerySink]] = None, queries: Optional[List[_models.PowerQuerySinkMapping]] = None, **kwargs)
Variables
- data_flow
- DataFlowReference
Required. Data flow reference.
- staging
- DataFlowStagingInfo
Staging info for execute data flow activity.
- integration_runtime
- IntegrationRuntimeReference
The integration runtime reference.
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).
- sinks
- dict[str, PowerQuerySink]
(Deprecated. Please use Queries). List of Power Query activity sinks mapped to a queryName.
- queries
- list[PowerQuerySinkMapping]
List of mapping for Power Query mashup query to sink dataset(s).
Feedback
Submit and view feedback for