• PRODUCTS
  • SUPPORT
  • DOCS
  • PARTNERS
  • COMPANY
  • QUOTE
  • ACCOUNT
  • STORE
QUOTE

Documentation

Support Forums
What can we help you with?
Topics

Adf Execute Dataflow Activity Element

API Type:
Varigence.Languages.Biml.DataFactory.AstAdfExecuteDataflowActivityNode
X-Ref:
  • Ast Adf Execute Dataflow Activity Node
  • Ast Adf Execution Activity Base Node
  • Ast Adf Activity Base Node
  • Ast Scope Boundary Node

Attributes

AttributeAPI TypeDefaultDescription
DataflowNameAstAdfDataflowBaseNode 
Specifies a reference to the Dataflow that will be executed by this activity. This is a required reference to an existing definiton.
NameString 
Specifies the name of the object. This name can be used to reference this object from anywhere else in the program. This is a required property
ComputeTypeAdfDataflowComputeTypeGeneral
Specifies type of compute for the cluster assigned to this activity.
ContinueOnErrorBooleanFalse
Continue on error setting used for data flow execution. Enables processing to continue if a sink fails.
CoreCountInt320
The number of cores for the cluster assigned to this activity. Supported values are 8, 16, 32, 48, 80, 144, and 272.
RetryInt32-1
Number of retry attempts.
RetryIntervalInt3230
Specifies the time in seconds between retry attempts. Range between 30 and 86400 with 30 being the default.
RunConcurrentlyBooleanFalse
Concurrent run setting used for data flow execution. Allows sinks with the same save order to be processed concurrently.
SecureInputBooleanFalse
Specify whether the input from the activity is sensitive and should not be logged to monitoring.
SecureOutputBooleanFalse
Specify whether the input from the activity is sensitive and should not be logged to monitoring
TimeoutString"7"
Timeout for the activity to run. Defaults to 7 days.
TraceLevelAdfExecuteDataflowTraceLevelNone
Trace level setting used for data flow monitoring output. Supported values are: 'coarse', 'fine', and 'none'.

Singleton Children

ChildAPI TypeDescription
<Description />StringString is the .NET Framework String class. More information can be found at http://msdn.microsoft.com/en-us/library/system.string.aspx.
<ExternalIntegrationRuntime />AstAdfExternalIntegrationRuntimeNodeSpecifies an external integration runtime that will be used for this connect via.
<IntegrationRuntime />AstAdfIntegrationRuntimeReferenceNodeSpecifies a reference to the integration runtime that will be used for this connect via.
<Scheduler />AstAdfActivityScheduleNodeAstAdfActivityScheduleNode objects correspond directly to scheduler specifications for activities in Azure Data Factory.
<Staging />AstAdfDataflowStagingInfoNodeAstAdfDataflowStagingInfoNode objects correspond directly to Staging Info nodes in Execute Dataflow activities in Azure Data Factory.

Collection Children

ChildAPI TypeDescription
<Annotations>
    <Annotation />
</Annotations>
AstAnnotationNode
This is a collection of annotation items that can be used to specify documentation, tags, or other information. Annotations are particularly useful for storing information about nodes that can be used by BimlScript code.
<DatasetParameters>
    <DatasetParameter />
</DatasetParameters>
AstAdfDataflowDatasetParameterReferenceNode
Node containing the staging information for the Execute Dataflow activity.
<Dependencies>
    <Dependency />
</Dependencies>
AstAdfActivityDependencyNode
This is the collection of activity dependencies that will control the execution of this Azure Data Factory activity.
<Parameters>
    <Parameter />
</Parameters>
AstAdfDataflowParameterReferenceNode
This is the collection of parameters that will be used as part of this Azure Data Factory dataflow.
<PipelineParameters>
    <Parameter />
</PipelineParameters>
AstAdfPipelineParameterNode
This is the collection of parameters that will be available to expressions in this Azure Data Factory activity. These parameters will be promoted automatically to the parent pipeline.
<UserProperties>
    <UserProperty />
</UserProperties>
AstAdfActivityUserPropertyNode
This is the collection of user properties that the user can monitor in the Adf monitor window.

© Varigence