Teradata Source Element
X-Ref:
- Ast Teradata Source Node
- Ast Source Transformation Node
- Ast Transformation Node
- Ast Scope Boundary Node
Attributes
Attribute | API Type | Default | Description |
---|---|---|---|
Connection | AstTeradataConnectionNode | This value specifies the Teradata connection used to access the database. This is a required reference to an existing definiton. | |
Name | String | 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 | |
BlockSize | Int32 | 64330 | This value specifies the size in bytes of the block that is used to transfer data. The default is 64330 bytes. |
BufferMaxSize | Int32 | 64260 | 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. |
BufferMode | TeradataBufferMode | ProcessBufferedRows | Specifies the buffer mode that should be used when extracting data from the source. |
DefaultCodePage | Int32 | 0 | This value specifies which code page to use when the data source does not provide code page information. |
DetailedTracingFile | String | 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. | |
DetailedTracingLevel | TeradataDetailedTracingLevel | Off | 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. |
LocaleId | Language | Inherited | This value specifies which locale is used by the dataflow task. |
MaximumSessionCount | Int32 | 1 | Specifies the maximum number of sessions that should be created for this component execution. The default is 1. |
MinimumSessionCount | Int32 | 1 | Specifies the minimum number of sessions that should be created for this component execution. The default is 1. |
QueryBandSessionInfo | String | 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. | |
TenacityHours | Int32 | 4 | 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. |
TenacitySleep | Int32 | 6 | 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. |
UseDataEncryption | Boolean | False | This value specifies whether SQL requests, responses, and other data should be encrypted when communicating with the server. |
UseExtendedStringColumnsAllocation | Boolean | False | This value specifies whether or not extended character buffers should be used when the export table width equals the maximum default. |
ValidateExternalMetadata | Boolean | true | 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
Child | API Type | Description |
---|---|---|
<DirectInput /> | AstDirectResourceNode | The AstDirectResourceNode type provides the facility to directly input text data for use in the referencing Biml object. This is a required property |
<TableInput /> | AstTableResourceNode | The AstTableResourceNode type is used for creating references to a table that has been modeled in the Biml project. This is a required property |
<ExternalTableInput /> | AstUnmanagedTableResourceNode | The 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 /> | AstComponentErrorHandlingNode | Specifies the error handling defaults to apply to an entire component |
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> | 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. |