GoogleCloudPlatform / bigquery-utils

Useful scripts, udfs, views, and other utilities for migration and data warehouse operations in BigQuery.
https://cloud.google.com/bigquery/
Apache License 2.0
1.11k stars 277 forks source link

BQ Simba JDBC Driver Custom Java Client Sample #420

Closed dmedora closed 3 months ago

dmedora commented 3 months ago

Adds a code sample for creating a custom Java application that uses the BQ JDBC driver to execute queries. This includes guidance on setting up dependencies, a builder class to help with configuring authentication, and the client code to set up and submit queries.