Supports Expression Language: true (will be evaluated using variable registry only)
This Property is only considered if the [Connection URL Format] Property has a value of "Full URL".Account Locator | account-locator | | | Snowflake account locator to use for connection. Supports Expression Language: true (will be evaluated using variable registry only)
This Property is only considered if the [Connection URL Format] Property has a value of "Account Locator". |
Cloud Region | cloud-region | | | Snowflake cloud region to use for connection. Supports Expression Language: true (will be evaluated using variable registry only)
This Property is only considered if the [Connection URL Format] Property has a value of "Account Locator". |
Cloud Type | cloud-type | | | Snowflake cloud type to use for connection. Supports Expression Language: true (will be evaluated using variable registry only)
This Property is only considered if the [Connection URL Format] Property has a value of "Account Locator". |
Organization Name | organization-name | | | Snowflake organization name to use for connection. Supports Expression Language: true (will be evaluated using variable registry only)
This Property is only considered if the [Connection URL Format] Property has a value of "Account Name". |
Account Name | account-name | | | Snowflake account name to use for connection. Supports Expression Language: true (will be evaluated using variable registry only)
This Property is only considered if the [Connection URL Format] Property has a value of "Account Name". |
Username | Database User | | | The Snowflake user name. Supports Expression Language: true (will be evaluated using variable registry only) |
Password | Password | | | The password for the Snowflake user. Sensitive Property: true Supports Expression Language: true (will be evaluated using variable registry only) |
Database | database | | | The database to use by default. The same as passing 'db=DATABASE_NAME' to the connection string. Supports Expression Language: true (will be evaluated using variable registry only) |
Schema | schema | | | The schema to use by default. The same as passing 'schema=SCHEMA' to the connection string. Supports Expression Language: true (will be evaluated using variable registry only) |
Warehouse | warehouse | | | The warehouse to use by default. The same as passing 'warehouse=WAREHOUSE' to the connection string. Supports Expression Language: true (will be evaluated using variable registry only) |
Proxy Configuration Service | proxy-configuration-service | | Controller Service API: ProxyConfigurationService Implementation: StandardProxyConfigurationService | Specifies the Proxy Configuration Controller Service to proxy network requests. If set, it supersedes proxy settings configured per component. |
Validation query | Validation-query | | | Validation query used to validate connections before returning them. When connection is invalid, it gets dropped and new valid connection will be returned. Note!! Using validation might have some performance penalty. Supports Expression Language: true (will be evaluated using variable registry only) |
Max Wait Time | Max Wait Time | 500 millis | | The maximum amount of time that the pool will wait (when there are no available connections) for a connection to be returned before failing, or -1 to wait indefinitely. Supports Expression Language: true (will be evaluated using variable registry only) |
Max Total Connections | Max Total Connections | 8 | | The maximum number of active connections that can be allocated from this pool at the same time, or negative for no limit. Supports Expression Language: true (will be evaluated using variable registry only) |
Minimum Idle Connections | dbcp-min-idle-conns | 0 | | The minimum number of connections that can remain idle in the pool without extra ones being created. Set to or zero to allow no idle connections. Supports Expression Language: true (will be evaluated using variable registry only) |
Max Idle Connections | dbcp-max-idle-conns | 8 | | The maximum number of connections that can remain idle in the pool without extra ones being released. Set to any negative value to allow unlimited idle connections. Supports Expression Language: true (will be evaluated using variable registry only) |
Max Connection Lifetime | dbcp-max-conn-lifetime | -1 | | The maximum lifetime in milliseconds of a connection. After this time is exceeded the connection will fail the next activation, passivation or validation test. A value of zero or less means the connection has an infinite lifetime. Supports Expression Language: true (will be evaluated using variable registry only) |
Time Between Eviction Runs | dbcp-time-between-eviction-runs | -1 | | The number of milliseconds to sleep between runs of the idle connection evictor thread. When non-positive, no idle connection evictor thread will be run. Supports Expression Language: true (will be evaluated using variable registry only) |
Minimum Evictable Idle Time | dbcp-min-evictable-idle-time | 30 mins | | The minimum amount of time a connection may sit idle in the pool before it is eligible for eviction. Supports Expression Language: true (will be evaluated using variable registry only) |
Soft Minimum Evictable Idle Time | dbcp-soft-min-evictable-idle-time | -1 | | The minimum amount of time a connection may sit idle in the pool before it is eligible for eviction by the idle connection evictor, with the extra condition that at least a minimum number of idle connections remain in the pool. When the not-soft version of this option is set to a positive value, it is examined first by the idle connection evictor: when idle connections are visited by the evictor, idle time is first compared against it (without considering the number of idle connections in the pool) and then against this soft option, including the minimum idle connections constraint. Supports Expression Language: true (will be evaluated using variable registry only) |
Dynamic Properties:
Supports Sensitive Dynamic Properties: Yes
Dynamic Properties allow the user to specify both the name and value of a property.
Name | Value | Description |
---|
JDBC property name | Snowflake JDBC property value | Snowflake JDBC driver property name and value applied to JDBC connections. Supports Expression Language: true (will be evaluated using variable registry only) |
State management:
This component does not store state.Restricted:
This component is not restricted.System Resource Considerations:
None specified.