# Google BigQuery

## Google BigQuery

| Option           | Info                                                                                                         |
| ---------------- | ------------------------------------------------------------------------------------------------------------ |
| Type             | Relational                                                                                                   |
| Driver           | [Driver Link](https://cloud.google.com/bigquery/docs/reference/odbc-jdbc-drivers)                            |
| Version Included | None                                                                                                         |
| Hop Dependencies | None                                                                                                         |
| Documentation    | [Documentation Link](https://www.simba.com/products/BigQuery/doc/JDBC_InstallGuide/content/jdbc/d-intro.htm) |
| JDBC Url         | jdbc:bigquery://\[Host]:\[Port];ProjectId=\[Project];OAuthType=\[AuthValue]                                  |
| Driver folder    | \<Hop Installation>/lib/jdbc                                                                                 |

The Simba driver is packaged as a .zip containing many jars. Only a subset of the jars included with the Driver are necessary to use Bigquery JDBC with Apache Hop. Furthermore, some of the jars may conflict with those packaged with Hop and **must** be excluded.

**SIMBA DRIVER JARS TO EXCLUDE (THESE JARS ARE INCLUDED IN THE SIMBA DRIVER, BUT CONFLICT WITH HOP LIBRARIES AND MUST BE EXCLUDED**

```
grpc-alts-<VERSION>.jar
grpc-api-<VERSION>.jar
grpc-core-<VERSION>.jar
grpc-netty-shaded-<VERSION>.jar
```

**SIMBA DRIVER JARS TO INCLUDE** (Include only these jars for a minimal Bigquery driver install):

```
api-common-<VERSION>.jar
gax-<VERSION>.jar
gax-grpc-<VERSION>.jar
google-api-services-bigquery-v2-<VERSION>.jar
GoogleBigQueryJDBC42.jar
google-cloud-bigquerystorage-<VERSION>.jar
grpc-google-cloud-bigquerystorage-v1-<VERSION>.jar
grpc-google-cloud-bigquerystorage-v1beta1-<VERSION>.jar
grpc-google-cloud-bigquerystorage-v1beta2-<VERSION>.jar
json-<VERSION>.jar
proto-google-cloud-bigquerystorage-v1-<VERSION>.jar
proto-google-cloud-bigquerystorage-v1beta1-<VERSION>.jar
proto-google-cloud-bigquerystorage-v1beta2-<VERSION>.jar
threetenbp-<VERSION>.jar
```

\* Tested with Hop 2.5.0 and Simba 1.3.3.1004. Not all authentication methods tested either, so this list may not be exhaustive


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.primeur.com/data-shaper-1.21/knowing-the-data-shaper-designer/relational-database-connections/googlebigquery.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
