...
Field Name | Field Type | Field Dependency | Description | |
---|---|---|---|---|
Label* Default value: None | String | N/A | Specify a unique label for the account. | |
Account properties* | ||||
JDBC JARs | Use this field set to add a list of JDBC JAR files to be loaded. By default, the Snowflake account is bundled with the JDBC driver version 3.16.0. However, you can add a custom JAR file. Click + to add a new row for each JDBC JAR file. Add each JAR file in a separate row. See Downloading the JDBC Driver for more information about JDBC drivers and downloading the appropriate driver for your account. | |||
JDBC Driver* Default value: None | String | N/A | Specify the fully-qualified name of the JDBC driver class to be used for connecting to the server. The Snowflake Snap Pack is bundled with the default Snowflake JDBC driver v3.16.0. Therefore, even if you do not provide a JDBC Driver, the account does not fail. | |
Hostname* Default value: None | String | N/A | Specify the hostname of the Snowflake server to which you want to connect the new account. | |
Port Number* Default value: 443 | Integer | N/A | Specify the port number associated with the Snowflake database server that you must use for this account. | |
Authentication Type* Default Value: Password | Dropdown list | N/A | Choose an authentication type to connect to the database. The available options are:
| |
Username* Default Value: N/A | String | N/A | Specify the username to connect to the Snowflake database server. | |
Password* Default Value: N/A | String | Appears when you select Password for Authentication Type. | Specify the password associated with the username specified above. This will be used as the default password while retrieving connections. | |
Encrypted Private Key* Default Value: N/A -----END PRIVATE KEY----- | String | Appears when you select Key Pair for Authentication Type. | Specify the key that you have generated for authentication. The key must include the generated header and footer. The Private Key is read, decrypted if necessary, and included with properties to connect to Snowflake, where it is validated with its paired Public Key to authenticate the connection. Learn more about configuring and generating a valid key pair. | |
Encrypted Private Key Passphrase* Default Value: N/A | String | Appears when you select Key Pair for Authentication Type. | Specify the encrypted private key passphrase for authentication. | |
Database name* Default value: None | String | N/A | Specify the name of the database to which you want to connect. | |
Warehouse name* Default value: None | String | N/A | Specify the name of the warehouse to which you want to connect. | |
JDBC Driver Class Default Value: net.snowflake.client.jdbc.SnowflakeDriver | String | N/A | Specify the JDBC driver class to use. | |
S3 Bucket Default Value: N/A | String | N/A | Specify the name of the S3 bucket that you want to use for staging data to Snowflake.
| |
S3 Folder Default Value: N/A | String/Expression | N/A | Specify the relative path to a folder in the S3 bucket listed in the S3 Bucket field. This is used as a root folder for staging data to Snowflake. | |
S3 Access-key ID Default Value: N/A | String/Expression | N/A | Specify the S3 access key ID that you want to use for AWS authentication. | |
S3 Secret key Default Value: N/A | String/Expression | N/A | Specify the S3 secret key associated with the S3 Access-ID key. listed in the S3 Access-key ID field. | |
S3 AWS Token Default Value: None | String/Expression | N/A | Specify the S3 AWS Token to connect to private and protected Amazon S3 buckets. Note that only global Security Token Service (STS) regions are supported. The temporary AWS Token is used when:
| |
S3 Storage Integration Default Value: N/A | String/Expression | N/A | Specify the predefined storage integration that is used to authenticate the Amazon S3 bucket hosting as an external stage.
For more information about creating Storage Integration, see Configuring a Snowflake Storage Integration to Access Amazon S3. | |
Advanced properties | ||||
URL Properties | Use this field set to define additional URL properties if any. | |||
URL property name Default value: None | String | N/A | Specify the name of the URL property. Snowflake allows session parameters to be set as follows: Session parameters enable you to customize Snowflake sessions and manage access control to various resources within a Snowflake account. | |
URL property value Default value: None | String | N/A | Specify the URL property value associated with the URL property name. | |
Batch size*
| Integer | N/A | Specify the number of Snowflake queries that you want to execute at a time.
| |
Fetch size* Default value: 100 | Integer | N/A | Specify the number of rows a query must fetch for each execution. Large values could cause the server to run out of memory. | |
Min pool size* Default value: 3 | Integer | N/A | Specify the minimum number of idle connections that you want the pool to maintain at a time. | |
Max pool size* Default value: 15 | Integer | N/A | Specify the maximum number of connections that you want the pool to maintain at a time. | |
Max life timelifetime (minutes)* Default value: 60 | Integer | N/A | Specify the maximum lifetime of a connection in the pool, in seconds.
Minimum value: 0 | |
Idle Timeouttimeout (minutes)* Default value: 5 | Integer | N/A | Specify the maximum amount of time in seconds that a connection is allowed to sit idle in the pool. 0 indicates that idle connections are never removed from the pool. Minimum value: 0 | |
Checkout timeout (milliseconds)* Default value: 10000 | Integer | N/A | Specify the maximum time in milliseconds you want the system to wait for a connection to become available when the pool is exhausted. If you provide 0, the Snap waits infinitely until the connection is available. Therefore, we recommend that you do not specify 0 for Checkout Timeout. For any other value other than 0, the Snap displays an exception after the wait time has expired. Minimum value: 0 |
...