Connecting Bigquery from Java using JDBC

Hii, im trying to connect to bigquery from Java using jdbc. But im facing dependency issue. I tried to add the dependency but i didn’t found Simba dependency.

I followed the following documentation to establish the connection between java and biquery.

https://simba.wpengine.com/products/BigQuery/doc/Simba_BigQuery_JDBC_InstallGuide.pdf

For reference, I have attached the error snippets.

Please let me know if anymore detail is required. Thank you

Looking at the Simba documentation found here, it seems that we want to use the class com.simba.googlebigquery.jdbc.DataSource() which is not the same as what you have coded.

1 Like