You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I want to create a session with Session.builder.configs(Map("url" -> "jdbc:snowflake://bla.snowflakecomputing.com/?user=USER&password=pw&db=DB")). The var afterPrefix in the File SnowflakeConnectString.java is "jdbc:snowflake://jdbc:snowflake://bla.snowflakecomputing.com/?user=USER&password=pw&db=DB" and doesnt work
The text was updated successfully, but these errors were encountered:
github-actionsbot
changed the title
parsing of the url is not working
SNOW-1650689: parsing of the url is not working
Sep 4, 2024
I'm using
Scala 2.12.18
snowpark 1.13.1
If I want to create a session with Session.builder.configs(Map("url" -> "jdbc:snowflake://bla.snowflakecomputing.com/?user=USER&password=pw&db=DB")). The var afterPrefix in the File SnowflakeConnectString.java is "jdbc:snowflake://jdbc:snowflake://bla.snowflakecomputing.com/?user=USER&password=pw&db=DB" and doesnt work
The text was updated successfully, but these errors were encountered: