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

Documentation

Support Forums
What can we help you with?
Topics

Teradata Source Element

API Type:
Varigence.Languages.Biml.Transformation.AstTeradataSourceNode
X-Ref:
  • Ast Teradata Source Node
  • Ast Source Transformation Node
  • Ast Transformation Node
  • Ast Scope Boundary Node

Attributes

AttributeAPI TypeDefaultDescription
ConnectionAstTeradataConnectionNode 
This value specifies the Teradata connection used to access the database. 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
BlockSizeInt3264330
This value specifies the size in bytes of the block that is used to transfer data. The default is 64330 bytes.
BufferMaxSizeInt3264260
When BufferMode is set to ProcessBufferedRows, this property specifies the maximum size of the buffer. Note that the maximum buffer size must accommodate at least one row of data which includes all data values and an additional 8 bytes of row storage overhead.
BufferModeTeradataBufferModeProcessBufferedRows
Specifies the buffer mode that should be used when extracting data from the source.
DefaultCodePageInt320
This value specifies which code page to use when the data source does not provide code page information.
DetailedTracingFileString 
This value specifies the name of the file to be used for TPT detailed tracing. Tracing is automatically enabled when a value is provided for this property.
DetailedTracingLevelTeradataDetailedTracingLevelOff
When TPT detailed tracing has been enabled by setting the DetailedTracingFileProperty, this value specifies the type of tracing messages to log to the trace file.
LocaleIdLanguageInherited
This value specifies which locale is used by the dataflow task.
MaximumSessionCountInt321
Specifies the maximum number of sessions that should be created for this component execution. The default is 1.
MinimumSessionCountInt321
Specifies the minimum number of sessions that should be created for this component execution. The default is 1.
QueryBandSessionInfoString 
Specifies the Teradata queryband expression, which is a collection of user-defined key/value pairs that can be used to identify the source of the query.
TenacityHoursInt324
Specifies the total time in hours that should be waited before failing the execution of this component when the Teradata database is blocked by running too many load jobs. The default is 4 hours.
TenacitySleepInt326
Specifies the total time in minutes between retry attempts when the Teradata database is blocked by running too many load jobs. The default is 6 minutes.
UseDataEncryptionBooleanFalse
This value specifies whether SQL requests, responses, and other data should be encrypted when communicating with the server.
UseExtendedStringColumnsAllocationBooleanFalse
This value specifies whether or not extended character buffers should be used when the export table width equals the maximum default.
ValidateExternalMetadataBooleantrue
This value specifies whether the data flow transformation is validated against columns that originated in external data sources. When server assets such as tables and stored procedures are created during processing, ValidateExternalMetadata is normally set to False, which prevents validation from completing at compile time.

Singleton Children

ChildAPI TypeDescription
<DirectInput />AstDirectResourceNodeThe AstDirectResourceNode type provides the facility to directly input text data for use in the referencing Biml object. This is a required property
<TableInput />AstTableResourceNodeThe AstTableResourceNode type is used for creating references to a table that has been modeled in the Biml project. This is a required property
<ExternalTableInput />AstUnmanagedTableResourceNodeThe AstUnmanagedTableResourceNode type is used for creating references to a table stored in an existing relational database that has not been modeled in the Biml project. This is a required property
<ErrorHandling />AstComponentErrorHandlingNodeSpecifies the error handling defaults to apply to an entire component

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>
AstDataflowColumnMappingNode
This is a collection of mapping nodes from source columns prior to sending them to the output path.
<DataflowOverrides>
    Multiple Choices...
</DataflowOverrides>
AstDataflowOverrideNode
Provides a collection of objects to override properties of the component, its input paths, its output paths, and its consituent dataflow columns.

© Varigence