Python Connector for Snowflake Connection parameters - Python Connector for Snowflake |
The following table describes the Snowflake connection parameters you can use in the connect()
module method.
Parameter | Description |
---|---|
|
The hostname of the Snowflake instance |
|
The user's name |
|
The user's password |
|
The database name |
|
The name of the warehouse |
|
The name of the database schema |
|
The role of the database user |
Proxy parameters |
|
|
The hostname or IP address of the proxy server |
|
The proxy port |
|
The username for proxy authentication |
|
The password for proxy authentication |
Other parameters |
|
|
The ID of a connection pool that will be used for a particular connection |
|
Disables connection pooling for a particular connection. The possible values are |