Snowflake connector login failures #24552
Answered
by
mstowe-digi
mstowe-digi
asked this question in
Q&A
-
Hello, I have configured the snowflake connector per the instructions here. When attempting to query against the connector I receive 404 not found error messages from attempts from the internal snowflake JDBC driver when trying to connect.
When I run trino the snowflake catalog shows up.
The trino logs show the following additional details.
|
Beta Was this translation helpful? Give feedback.
Answered by
mstowe-digi
Dec 30, 2024
Replies: 1 comment
-
I resolved this via the snowflake docs here. Should have been using: jdbc:snowflake://orgname-accountname.snowflakecomputing.com but was using: jdbc:snowflake://accountname.snowflakecomputing.com |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
mstowe-digi
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I resolved this via the snowflake docs here.
Should have been using:
jdbc:snowflake://orgname-accountname.snowflakecomputing.com
but was using:
jdbc:snowflake://accountname.snowflakecomputing.com