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 |
|
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 |
|
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 you set an appropriate value for the SSL Mode option under WebSocket while configuring the Teradata ODBC driver. |
Other | Greenplum, Microsoft Access, Microsoft Excel, and Netezza |
For more information, see Configure SCRAM-SHA-256 password authentication Knowledge article. |
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. |
Use Secret Vault | Stores sensitive credentials for this connection in the secrets manager that is configured for your organization. This property appears only if secrets manager is set up for your organization. This property is not supported by Data Ingestion and Replication and the Data Access Management services. When you enable the secret vault in the connection, you can select which credentials that the Secure Agent retrieves from the secrets manager. If you don't enable this option, the credentials are stored in the repository or on a local Secure Agent, depending on how your organization is configured. Note: If you’re using this connection to apply data access policies through pushdown or proxy services, you cannot use the Secret Vault configuration option. For information about how to configure and use a secrets manager, see Secrets manager configuration. |
Runtime Environment | The name of the runtime environment where you want to run tasks. Select a Secure Agent, Hosted Agent, serverless, or elastic runtime environment. For more information about how to configure a serverless environment, see Configure the serverless runtime environment. For more information about how to configure an elastic environment, see Configure the elastic runtime environment. |
ODBC Subtype | The ODBC connection subtype that you need to select to connect to a specific ODBC-compliant endpoint. For information on the ODBC 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 exists in the endpoint for the selected ODBC subtype and has the required permissions to interact with it. Note: You can't configure Kerberos authentication when you use a Hosted Agent or serverless runtime environment. Default is Database. |
Kerberos Connection Properties | This property appears only if you select the ODBC subtype as DB2 or SAP Sybase ASE and authentication mode as Kerberos. The additional connection properties required to use Kerberos authentication to connect to DB2 or SAP Sybase ASE database. Separate each key-value pair with a semicolon. You need to add the KRB5_CONFIG and KRB5CCNAME properties. For more information, see Configure Kerberos authentication. |
User Name | The user name to connect to the ODBC-compliant endpoint. |
Password | The password to connect to the ODBC-compliant endpoint. 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 ODBC-compliant endpoint server or flat file defined in the connection. Select one of the following code pages:
|
Property | Description |
|---|---|
Driver Manager for Linux | The driver manager for the Secure Agent machine hosted on Linux. When you create a new ODBC connection on Linux, select one of the following driver managers from the list:
Default 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 ODBC-compliant endpoint environment when you connect to a PostgreSQL or Teradata database. The database environment applies for the entire session that uses this connection. You can add single or multiple SQL statements. Separate each SQL statement with a semicolon. For example, you can enter this statement to set the time zone: SET timezone to 'America/New_York'; You can set SQL statements in a Teradata connection used in mappings enabled with or without SQL ELT optimization. However, when you connect to a PostgreSQL database, this property applies only when you enable SQL ELT optimization in a mapping. |