File tree Expand file tree Collapse file tree
lib/gooddata/cloud_resources/snowflake Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212 <dependency >
1313 <groupId >net.snowflake</groupId >
1414 <artifactId >snowflake-jdbc</artifactId >
15- <version >3.24.2 </version >
15+ <version >4.3.1 </version >
1616 </dependency >
1717 <dependency >
1818 <groupId >org.slf4j</groupId >
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ def initialize(options = {})
5050 end
5151
5252 # When update driver class then also updating driver class using in connection(..) method below
53- Java . net . snowflake . client . jdbc . SnowflakeDriver
53+ Java . net . snowflake . client . api . driver . SnowflakeDriver
5454 end
5555
5656 def realize_query ( query , _params )
@@ -99,7 +99,7 @@ def connect
9999 # Add JDBC_QUERY_RESULT_FORMAT parameter to fix unsafe memory issue of Snowflake JDBC driver
100100 prop . setProperty ( 'JDBC_QUERY_RESULT_FORMAT' , 'JSON' )
101101
102- @connection = com . snowflake . client . jdbc . SnowflakeDriver . new . connect ( @url , prop )
102+ @connection = Java . net . snowflake . client . api . driver . SnowflakeDriver . new . connect ( @url , prop )
103103 end
104104
105105 def build_url ( url )
You can’t perform that action at this time.
0 commit comments