Question
Connection to BigQuery Fails with JDBC connector
Hello,
I have tried to connect to BigQuery using the JDBC connector. I downloaded the driver and added to the <tomcat_home>\lib. However, I am still not able to access the database. I am getting this error:

I have tried these connection strings:
SELECT CURRENT_TIMESTAMP()
SELECT NOW()

