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
1 answers
0

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