Dataflow Output Path Override Element
X-Ref:
- Ast Dataflow Output Path Override Node
- Ast Dataflow Override Node
Attributes
Attribute | API Type | Default | Description |
---|---|---|---|
OutputPathName | AstDataflowOutputPathNode | 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. | |
Description | String | Specifies the overridden description property value for the targeted dataflow object. | |
ErrorRowDisposition | ErrorRowDisposition | IgnoreFailure | Specifies the overridden error row disposition property value for the targeted dataflow object. |
PathAnnotation | DataflowPathAnnotation | AsNeeded | 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. |
TruncationRowDisposition | TruncationRowDisposition | IgnoreFailure | Specifies the overridden truncation row disposition property value for the targeted dataflow object. |
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. |
<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. |