BigQuery
|
This is the public preview documentation of Neo4j Virtual Graph. To provide feedback, please use the feedback form you were granted access to. During the public preview, we advise you not to use sensitive or production data with Virtual Graph. |
This driver is required by data source definitions of type bigquery.
Direct download
curl -O https://repo.maven.apache.org/maven2/com/google/cloud/google-cloud-bigquery-jdbc/1.0.0/google-cloud-bigquery-jdbc-1.0.0-all.jar
Maven coordinates
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-bigquery-jdbc</artifactId>
<version>1.0.0</version>
<classifier>all</classifier>
</dependency>
Configuration
The datasource.json definition for this driver requires the following information:
{
"type": "bigquery",
"projectId": "an id",
"datasetName": "a dataset",
"enableHighThroughputAPI": false,
"maximumBytesBilled": 4711
}
The only supported authentication is of type configfile and requires the JSON keyfile for the service account being used.