I want to test connectivity and queries using Google Big query for google query pubic projects/datasets like "bigquery-public-data" or any other public datasets using Simba JDBC driver.
I tried different authentication mentioned in Simba driver documentation but couldn't find any option in their documentation.
I know that if I create my own project and dataset (For which I need enable billing in that project) then I can use service account authentication method using Simba JDBC driver, but before I enable billing for my project I wanted to try out querying some public datasets, but for public datasets I couldn't find a way to query using JDBC driver(using some 3rd party open source tools like SQL-Workbench or SQuirreL SQL client).
Can someone please let me know if it is possible or not?