首页 > 解决方案 > Google Big Query JDBC driver

问题描述

I connect to Google Big Query using DbSchema Designer. Upgrading the JDBC driver to the latest version is crashing the Java application.

The driver is automatically downloaded to the user home .DbSchema/drivers/GoogleBigQuery after you will try the first time to connect to the database using DbSchema.

I wanted to report this to GoogleBigQuery team, but I found it only this way. The latest driver can be found under https://dbschema.com/jdbc-drivers/GoogleBigQueryJdbcDriverLatest.zip and for testing can be unzipped under the drivers/GoogleBigQuery folder.

The drivers are loaded using URLClassLoader, and this may create issues.

标签: google-bigquery

解决方案


推荐阅读