host
is the host name or IP address. The host name comes from the Snowflake link (for example, uvwxyz123.us-west.gcp.snowflakecomputing.com
).port
is the port used to make TCP/IP connection.database
is the database name. You can find it in the Snowflake dashboard under the Databases tab.user
is the database user.password
is the database password.account
is the Snowflake account. The account name comes from the Snowflake link (for example, uvwxyz123.us-west.gcp
).schema
is the default schema name used to query the database.protocol
is the protocol that defaults to https
if left blank.warehouse
is the warehouse account. You can find it in the Snowflake dashboard under the Warehouses tab.