JDBC Driver Version 2.3.0¶
Release Date: 16th December 2019
Qubole has released a new version of JDBC driver. For more details, see:
What’s New¶
These are the changes in this version:
- This version supports using Qubole JDBC driver to connect to Qubole clusters from Tableau Desktop and Server.
- Qubole has introduced
catalog_name
as a new connection string in this version to add the catalog name in the query. For more information on connection strings, see Setting the JDBC Connection String.
List of Changes¶
Enhancements¶
JDBC-154: Earlier, Qubole JDBC driver was using two API calls (Command API followed by Results API to fetch results location) when
useS3
was enabled. Now, this enhancement replaces that with a single API call. This helps in reducing the overall command latency.JDBC-156: You can now use Qubole JDBC driver to connect to Qubole clusters from Tableau Desktop and Server.
Qubole has also introduced
catalog_name
as a new connection string in this version to add the catalog name in the query.