Adf Pipeline Execution Element
Attributes
Attribute | API Type | Default | Description |
---|---|---|---|
PipelineName | AstAdfPipelineNode | Specifies a pipeline to be executed along with parameter values for that execution. This is a required reference to an existing definiton. |
Collection Children
Child | API Type | Description |
---|---|---|
<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. |
<Parameters> <Parameter /> </Parameters> | AstAdfPipelineParameterValueNode | This is the collection of parameter values that will be available to expressions in the Azure Data Factory pipeline. |