Source
Analyzing queries and troubleshooting with Snowpark Java
This is because Snowpark uses the Apache Arrow connector, which depends on internal Java APIs that are not exposed by default after Java 9. To work around this error, set the following parameter either as a command - line argument when…
Java requirements for the JDBC Driver
The Snowflake JDBC driver requires Java LTS (Long - Term Support) versions 1.8 or higher. If the minimum required version of Java is not installed on the client machines where the JDBC driver is installed, you must install either Oracle Java…
Native SDK for Connectors Java - release notes
Native SDK for Connectors Java - release notes Release notes for Native SDK for Connectors Java library.
JDBC driver throws javax.naming.CommunicationException: DNS error (Root exception: java.net.SocketTimeoutException)
…snowflake.client.jdbc.SnowflakeConnectionV1.
Native SDK for Connectors Java Test - release notes
…allows to assert String representations of UUIDs.
JDBC connections requiring a proxy generate 'Encountered exception (connect timed out) during upload' exceptions for PUT operations using downscoped tokens
JDBC connections requiring a proxy generate 'Encountered exception (connect timed out) during upload'…
Key pair authentication failure due to ObjectIdentifier() or SecretKeyFactory not available errors
…g uses the PBES2 encryption scheme (OID: 1.2.840.113549.1.5.13) to encrypt generated private keys. This scheme is not supported across all Java versions. You will need to check with your Java runtime distributor to determine the ciphers…
Reading files with a Java stored procedure
You can read the contents of a file with handler code. The file must be on a Snowflake stage that’s available to your handler. For example, you might want to read a file to process unstructured data in the handler.
Enabling JDBC Driver Debugging in DBeaver
"handlers" specifies a comma - separated list of log Handler # classes. These handlers will be installed during VM startup. # Note that these classes must be on the system classpath. # ConsoleHandler and FileHandler are configured here such…
App config SQL reference
An internal table to store all the connector configurations.