- Using Java-17
- As Java-17 is not fully compatible with Snowpark I was running into some session related issues. The fix for which is the below command.
- java --add-exports java.base/sun.net.www=ALL-UNNAMED -jar sf-0.0.1-SNAPSHOT.jar
- This project demos how can we connect with Snowflake using Snowpark and call stored procedures, queries etc.