We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When I turn on trace logging it shows:
{"level":"TRACE","message":"[11:40:52.4052 AM]: https://vna27887.us-east-1,.snowflakecomputing.com/session/v1/login-request?r<redacted>"}
Note the url - https://vna27887.us-east-1,.snowflakecomputing.com
https://vna27887.us-east-1,.snowflakecomputing.com
more specifically, ...east-1,.sno...
...east-1,.sno...
working theory is that comma after -1 is what's causing the issue. Any thoughts on how I can get around this?
I do not define region in my connectionOptions - and when I use snowflake's basic JS SDK, I am able to connect with the exact same options
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When I turn on trace logging it shows:
Note the url -
https://vna27887.us-east-1,.snowflakecomputing.com
more specifically,
...east-1,.sno...
working theory is that comma after -1 is what's causing the issue. Any thoughts on how I can get around this?
I do not define region in my connectionOptions - and when I use snowflake's basic JS SDK, I am able to connect with the exact same options
The text was updated successfully, but these errors were encountered: