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

Documentation

Support Forums
What can we help you with?
Topics

Dataflow Output Path Override Element

API Type:
Varigence.Languages.Biml.Transformation.AstDataflowOutputPathOverrideNode
X-Ref:
  • Ast Dataflow Output Path Override Node
  • Ast Dataflow Override Node

Attributes

AttributeAPI TypeDefaultDescription
OutputPathNameAstDataflowOutputPathNode 
Specifies the dataflow output path that should be used as the target of the property overrides. This is a required reference to an existing definiton.
DescriptionString 
Specifies the overridden description property value for the targeted dataflow object.
ErrorRowDispositionErrorRowDispositionIgnoreFailure
Specifies the overridden error row disposition property value for the targeted dataflow object.
PathAnnotationDataflowPathAnnotationAsNeeded
Specifies the path annotation mode that should be used for the target output path. This setting will override any path annotations that may have been set on the corresponding input path for the referenced output path.
TruncationRowDispositionTruncationRowDispositionIgnoreFailure
Specifies the overridden truncation row disposition property value for the targeted dataflow object.

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.
<Columns>
    <Column />
</Columns>
AstDataflowColumnOverrideNode
Provides a list of dataflow column property override objects that can be used to override properties of columns defined on the referenced OutputPath.
<Properties>
    <Property />
</Properties>
AstDataflowOverridePropertyNode
Provides a list of key/value pair override objects that can be used to more easily override properties from a metadata source or to override properties that have not been defined as attributes of the relevant override nodes.

© Varigence