Python Connector for Snowflake

Connection parameters - Python Connector for Snowflake

Connection parameters

The following table describes the Snowflake connection parameters you can use in the connect() module method.

Parameter Description

Domain

The hostname of the Snowflake instance

UserId

The user's name

Password

The user's password

Database

The database name

Warehouse

The name of the warehouse

Schema

The name of the database schema

Role

The role of the database user

Proxy parameters

ProxyHostName

The hostname or IP address of the proxy server

ProxyPort

The proxy port

ProxyUserName

The username for proxy authentication

ProxyPassword

The password for proxy authentication

Other parameters

PoolId

The ID of a connection pool that will be used for a particular connection

DisablePooling

Disables connection pooling for a particular connection.

The possible values are True and False. The default value is False.

© 2022-2024 Devart. All Rights Reserved. Request Support Python Connectors Forum Provide Feedback