tSnowflakeConnection
components.
tSnowflakeConnection Standard properties
These properties are used to configure tSnowflakeConnection running in the Standard Job framework.
The Standard
tSnowflakeConnection component belongs to the
Cloud family.
The component in this framework is available in all Talend
products.
connector. The properties related to database settings vary depending on your database
type selection. For more information about dynamic database connectors, see Dynamic database components.
Basic settings
Database |
Select a type of database from the list and click |
Property Type |
Select the way the connection details
|
Account |
In the Account field, enter, in double quotation marks, the account name |
Authentication Type |
Set the authentication type.
Before selecting the Key Pair option, make sure you have set the key pair
authentication data in the Basic settings view of the tSetKeystore component as follows.
|
User |
Enter your login name in double |
Password |
Click the […] button next to the Password field, enter the password in This field |
Key |
Enter the key pair alias in double This field is available if |
Warehouse |
Enter, in double quotation marks, the name of the |
Schema |
Enter, within double quotation marks, the name of the |
Database |
Enter, in double quotation marks, the name of the |
Advanced settings
Auto Commit | Select this option to automatically commit the changes made to the current database when the connection to the database is terminated. This option is selected by default. Note: This option has no effect on the tSnowflakeOutput component.
|
Additional JDBC Parameters |
Specify additional JDBC parameters for the |
Use Custom Snowflake Region |
Select this check box to specify a custom
Snowflake region. This option is available only when you select Use This Component from the Connection Component drop-down list in the Basic settings view.
For more information on Snowflake Region |
Login Timeout |
Specify the timeout period (in minutes) |
Role |
Enter, in double quotation marks, the default access This role must already exist and has been granted to the |
tStatCatcher Statistics |
Select this check box to gather the Job processing metadata at the Job level |
Global variables
ERROR_MESSAGE |
The error message generated by the component when an error occurs. This is an After |
Usage
Usage rule |
This component is more commonly used with other Snowflake |
Tracing Snowflake JDBC logs | If you wish to merge the Snowflake JDBC driver logs with the logs of the current Job, add this JVM argument, -Dnet.snowflake.jdbc.loggerImpl=net.snowflake.client.log.JDK14Logger ,in the Run > Advanced settings tab of the Job you are running. |
Related
scenario
For a related scenario, see Writing data into and reading data from a Snowflake table.