Snowflake Connection Parameters

List of Snowflake connection parameters, descriptions, default values, and supported data types.

The following sections list the required and optional Snowflake connection parameters.

Required Connection Parameters

The following table lists the required connection parameters:
Parameter Description Default Value Data Type
Connection Url JDBC connection url. null STRING
Connection User Specifies the login name of the user for the connection. null STRING
Connection Password Specifies the password of the user for the connection. null STRING
Snowflake Db Specifies the default database to use once connected. null STRING
Enable Local Snapshot Table Enable Caching while querying. true BOOLEAN

Optional Connection Parameters

The following table lists the optional connection parameters:
Parameter Description Default Value Data Type
Case Insensitive Name Matching Match schema and table names case insensitively. false BOOLEAN
Case Insensitive Name Matching Cache Ttl Duration for which remote dataset and table names will be cached. Set to 0ms to disable the cache. 1m DURATION
Snowflake Fetch Size Gives the JDBC driver a hint as to the number of rows that should be fetched from the database when more rows are needed for ResultSet objects genrated by this Statement. 1000 INTEGER
Allow Drop Table Allow connector to drop tables. false BOOLEAN
Generic Cache Table Ttl TTL for cache table expiry in minutes. 1440 INTEGER