Snowflake error while executing query in a microflow

0
Hi everyone; I've created a Snowflake connection with the External database connector. In the Database setup everything is fine: when i press the "Run Query" button i get the correct response with the data I need. If I try to execute the action "Query external database" in a microflow i get this error:   JDBC driver internal error: exception creating result java.lang.NoClassDefFoundError: Could not initialize class net.snowflake.client.jdbc.internal.apache.arrow.memory.util.MemoryUtil at net.snowflake.client.jdbc.internal.apache.arrow.memory.ArrowBuf.getDirectBuffer(ArrowBuf.java:234).   Can someone please explain how to solve this problem? Thanks
asked
2 answers
1

Hello,

Can you please add the following to the extra JVM parameters in Studio pro configuration settings (adding a screenshot for your reference)

--add-opens=java.base/java.nio=ALL-UNNAMED

 

 

image.png

answered
0

Hi Himanshi,

In the App Explorer bar on the left, click on "Settings", then in the "Configurations" tab double click your configuration.

Then click on the "Server" tab, it's the last text field  

answered