Skip to main content
Announcements
A fresh, new look for the Data Integration & Quality forums and navigation! Read more about what's changed.
cancel
Showing results for 
Search instead for 
Did you mean: 
XULACS96
Contributor

No suitable driver found for JDBC Google BigQuery connection

I'm trying to create a DB Connection to Google BigQuery using JDBC driver from Simba drivers. I'm getting the error of No suitable drive for. Clearly I'm missing a driver/jar file but I have no idea what I'm missing and I'm hoping someone can help me successfully created a connection. I've downloaded the drivers/jar files from

https://cloud.google.com/bigquery/providers/simba-drivers. I selected the suggested driver class from the drop down. I've verified that my JDBC URL is correct. Any help would be appreciated. I'm using Talend Open Studio 7.3.1

0695b00000HuARHAA3.png

Labels (5)
2 Replies
Anonymous
Not applicable

Hello,

You need to load the library firstly.

Please load the JDBC driver with tLibraryLoad component (before your own code comes in action) as even the components for the databases organizes the driver load, your code does not do this. Feel free to let us know if it works for you.

Best regards

Sabrina

XULACS96
Contributor
Author

xdshi,

 

I think my problem is I'm trying to create a DB Connection for Google BigQuery using a service account rather than OAuth. the GoogleBigQueryJDBC42.jar driver doesn't seem to support JDBC URL with google service account credentials. It would be nice if you could confirm this to be true and if it's not true how do I get the service account credentials to work. Just to be clear, I don't have any custom code, I am just trying to create DB Connection for Google BigQuery using the JDBC library.