SNOW-1786800: Go Toml Configuration and Python Toml Configuration are subtely different in connections.toml #1236
Labels
enhancement
The issue is a request for improvement or a new feature
status-triage_done
Initial triage done, will be further handled by the driver team
This library provides a utility for reading connection configuration from a
connections.toml
file https://github.com/snowflakedb/snowflake-connector-python/blob/48fba63eb1ec672a3c70da1b367ac19314892b30/src/snowflake/connector/connection.py#L185. This is helpful but the connection parameters do not match the parameters used in the python snowflake connector https://github.com/snowflakedb/snowflake-connector-python/blob/main/src/snowflake/connector/connection.py#L158.Some examples
Snowflake recommends encrypting privatekeys and does not support this option.
This is just a general request to have consistency between the different language libraries and the connection configuration information they read. The python connector is seeing significant adoption due to
snow
cli.The text was updated successfully, but these errors were encountered: