Snowflake-Labs / sqltools-snowflake-driver

A Snowflake driver for the SQLTools VSCode extension.
MIT License
36 stars 16 forks source link

Connection Error #11

Open pyluis opened 3 years ago

pyluis commented 3 years ago

I get the following error when I try to access my Snowflake connection [1611603844561] ERROR (ls): Connecting error: {"code":401001,"data":{"driver":"Snowflake","driverOptions":{}},"name":"NetworkError"} ns: "conn-manager" [1611603844564] ERROR (ext): ERROR: Error opening connection Network error. Could not reach Snowflake., {"code":401001,"data":{"driver":"Snowflake","driverOptions":{}}} ns: "error-handler"

I am pretty sure I've entered my correct Snowflake account as I have laid it out in the 'xyz123.us-east-1' format.

Is this tool JDBC/ODBC compliant?