Data Warehouse Driver Version
Find out the version of your JDBC driver
If you have issues with your Data Warehouse connection, GoodData Support may ask you to provide the version number of the JDBC driver that you are using.
You cannot use a Vertica JDBC driver for Data Warehouse. You must use the Data Warehouse driver provided by GoodData.
If you have downloaded the driver from the Downloads page at https://secure.gooddata.com/downloads.html, locate the driver version through one of the following methods: - When the ZIP file is unzipped, the driver version number is embedded in the filename.
- If you no longer have the ZIP file, the version number can be retrieved through standard method calls on the Data Warehouse driver.
``` text
Driver.getMajorVersion() & Driver.getMinorVersion()
```
``` text
DatabaseMetaData.getDriverMinorVersion() & DatabaseMetaData.getDriverMajorVersion()
```
``` text
DatabaseMetaData.getDriverVersion()
```
Find out the end-of-life date of your driver version
We recommend to use the latest version 3.5.6
.
We guarantee support for any version of the JDBC driver for six months after the release date of the next driver version. We may prolong support for any driver beyond this six month period but do not guarantee it in any way.
After we drop support of a version, the driver of this version stops working, and you start receiving an error message:
We recommend that you always keep your JDBC driver at the latest version available on the Downloads page at https://secure.gooddata.com/downloads.html.
If you are a white-labeled customer, log in to the Downloads page from your white-labeled domain: https://my.domain.com/downloads.html
.
The following table contains the end-of-life dates for the driver versions that are currently supported:
Version | Deprecation | End-of-life |
---|---|---|
3.5.6 | n/a | TBD |
3.5.5 | n/a | TBD |
3.5.1 | n/a | TBD |
3.3.0 | March 19, 2020 | TBD |
The versions that are not present in the table are not supported. If you are still using an unsupported version, upgrade to the latest version as soon as possible.