ODBC Subtype | Endpoint | Functionality |
---|---|---|
Azure DW | Microsoft Azure SQL Data Warehouse | Enable SQL ELT optimization in mappings for read and write operations. |
DB2 | DB2 databases | Enable SQL ELT optimization in mappings for read and write operations. You can use Kerberos authentication to connect to DB2 databases. |
Google BigQuery | Google BigQuery | Enable SQL ELT optimization in mappings for read and write operations. |
PostgreSQL | PostgreSQL | Enable SQL ELT optimization in mappings for read and write operations. |
Redshift | Amazon Redshift | Enable SQL ELT optimization in mappings for read and write operations. |
SAP IQ | SAP IQ database | Read data from the SAP IQ database. |
SAP Sybase ASE | Sybase ASE databases | Read from or write to Sybase ASE databases. You can use Kerberos authentication to connect to DB2 databases. |
Snowflake | Snowflake | Enable SQL ELT optimization in mappings for read and write operations. |
Teradata | Teradata |
Note: If you want to use an SSL-enabled ODBC Teradata connection, ensure that the SSL Mode option under WebSocket is set to an appropriate value while configuring the Teradata ODBC driver. |
Other | Microsoft Access, Microsoft Excel, and Netezza | Enable SQL ELT optimization in mappings for read and write operations. |
Property | Description |
---|---|
Connection Name | Name of the connection. Each connection name must be unique within the organization. Connection names can contain alphanumeric characters, spaces, and the following special characters: _ . + -, Maximum length is 255 characters. |
Description | Description of the connection. Maximum length is 4000 characters. |
Type | ODBC |
Runtime Environment | The name of the runtime environment where you want to run tasks. Select a Secure Agent, Hosted Agent, or serverless runtime environment. For more information about how to configure a serverless environment, see Use the serverless runtime environment. |
ODBC Subtype | The ODBC connection subtype that you need to select to connect to a specific database. For information on the supported subtypes and their capabilities, see Connect to ODBC. |
Authentication Mode | The authentication method to connect to DB2 or SAP Sybase ASE. This property appears only if you select the ODBC subtype as DB2 or SAP Sybase ASE. Select one of the following authentication modes from the list:
When you choose this option on Windows, ensure that the user account that starts the Secure Agent service is available in the endpoint of the selected ODBC subtype. You don't need to enter your credentials to access the database. Note: You can't configure Kerberos authentication when you use a Hosted Agent or serverless runtime environment. Default is Database. |
Kerberos Connection Properties | Additional connection properties to use Kerberos authentication to connect to DB2 or SAP Sybase ASE. This property appears only if you select the ODBC subtype as DB2 or SAP Sybase ASE and authentication mode as Kerberos. If you specify more than one property, separate each key-value pair with a semicolon. For example, if you don't set the required environment variables on the Secure Agent machine before you use Kerberos authentication, add the KRB5_CONFIG and KRB5CCNAME properties in the following format: KRB5_CONFIG=<Absolute path of the Kerberos configuration file>\krb5.conf;KRB5CCNAME=<Absolute path of the credential cache file>/<File name> |
User Name | The user name to connect to the required database. |
Password | The password to connect to the required database. The password cannot contain a semicolon. |
Data Source Name | The data source name of the ODBC object. |
Schema | The schema name of the ODBC object. |
Code Page | The code page of the database server or flat file defined in the connection. Select one of the following code pages:
|
Property | Description |
---|---|
Driver Manager for Linux | When you create a new ODBC connection on Linux platform, you can select a driver manager for the Linux Secure Agent. Select one of the following driver managers:
The default driver manager is UnixODBC2.3.0. To connect to Teradata, you can use only Data Direct as the driver manager on Linux. |
Connection Environment SQL | The SQL statement to set up the database environment when you connect to a PostgreSQL database. The database environment applies for the entire session that uses this connection. For example, you can enter this statement to set the time zone: SET timezone to 'America/New_York'; This property applies only when you enable SQL ELT Optimization in a mapping. |