Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove bigquery jars #49

Merged
merged 9 commits into from
Feb 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,5 @@ data/

# contains authentication data for a Snowflake instance
snowflake.env
# contains authentication data for a BigQuery instance
bigquery.env
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,22 @@ Requires Java 1.8 or higher for running, and read access to the database to be s
Dependencies
============
For the distributable packages, the only requirement is Java 8. For building the package, Java 17+ and Maven are needed.
There are exceptions for databases that use a JDBC driver with a license that does not allow distribution of the driver.
(BigQuery, Teradata)

**BigQuery**

If you want to use a BigQuery instance as the source database, after installing WhiteRabbit, you will need to download
a zip file with the BigQuery JDBC driver, and unzip it in de `repo` directory of the WhiteRabbit installation.
The latest version tested with WhiteRabbit is 1.5.2.1005 .
The zip file can be downloaded [here](https://storage.googleapis.com/simba-bq-release/jdbc/SimbaJDBCDriverforGoogleBigQuery42_1.5.2.1005.zip)

**Teradata**

If you want to use a Teradata instance as the source database, after installing WhiteRabbit, you will need to download
a zip file with the Teradata JDBC driver, and unzip it in de `repo` directory of the WhiteRabbit installation.
The latest version tested with WhiteRabbit is 20.00.00.16 .
The zip file can be downloaded [here](https://downloads.teradata.com/download/connectivity/jdbc-driver)

Getting Started
===============
Expand Down
7 changes: 7 additions & 0 deletions docs/WhiteRabbit.html
Original file line number Diff line number Diff line change
Expand Up @@ -496,6 +496,8 @@ <h4>PostgreSQL</h4>
</div>
<div id="google-bigquery" class="section level4">
<h4>Google BigQuery</h4>
<p>If you want to use a BigQuery instance as the source database, after installing WhiteRabbit, you will need to download a zip file with the BigQuery JDBC driver, and unzip it in de <code>repo</code> directory of the WhiteRabbit installation. The latest version tested with WhiteRabbit is 1.5.2.1005 .</p>
<p>The zip file can be downloaded <a href="https://storage.googleapis.com/simba-bq-release/jdbc/SimbaJDBCDriverforGoogleBigQuery42_1.5.2.1005.zip">here</a></p>
<p>Google BigQuery (GBQ) supports two different connection/authentication methods: application default credentials and service account authentication. The former method is considered more secure because it writes auditing events to stackdriver. The specific method used is determined by the arguments provided to the configuration panel as described below.</p>
<p>Authentication via application default credentials:</p>
<p>When using application default credentials authentication, you must run the following gcloud command in the user account only once: <code>gcloud auth application-default login</code> (do not include the single quote characters). An application key is written to <code>~/.config/gcloud/application_default_credentails.json</code>.</p>
Expand Down Expand Up @@ -534,6 +536,11 @@ <h4>Snowflake</h4>
</ul>
<p>Please note that the fields <em><strong>Password</strong></em> and <em><strong>Authentication method</strong></em> are mutually exclusive: for only one of these fields a value should be supplied. A warning will be given when a value is supplied for both fields.</p>
</div>
<div id="teradata" class="section level4">
<h4>Teradata</h4>
<p>If you want to use a Teradata instance as the source database, after installing WhiteRabbit, you will need to download a zip file with the Teradata JDBC driver, and unzip it in de <code>repo</code> directory of the WhiteRabbit installation. The latest version tested with WhiteRabbit is 20.00.00.16 .</p>
<p>The zip file can be downloaded <a href="https://downloads.teradata.com/download/connectivity/jdbc-driver">here</a></p>
</div>
</div>
</div>
<div id="scanning-a-database" class="section level2">
Expand Down
14 changes: 14 additions & 0 deletions docs/WhiteRabbit.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,12 @@ When the SQL Server JDBC drivers are installed, you can also use Windows authent

#### Google BigQuery

If you want to use a BigQuery instance as the source database, after installing WhiteRabbit, you will need to download
a zip file with the BigQuery JDBC driver, and unzip it in de `repo` directory of the WhiteRabbit installation.
The latest version tested with WhiteRabbit is 1.5.2.1005 .

The zip file can be downloaded [here](https://storage.googleapis.com/simba-bq-release/jdbc/SimbaJDBCDriverforGoogleBigQuery42_1.5.2.1005.zip).

Google BigQuery (GBQ) supports two different connection/authentication methods: application default credentials and service account authentication.
The former method is considered more secure because it writes auditing events to stackdriver.
The specific method used is determined by the arguments provided to the configuration panel as described below.
Expand Down Expand Up @@ -173,6 +179,14 @@ Authentication via service account credentials:
Please note that the fields _**Password**_ and _**Authentication method**_ are mutually exclusive: for only one of these fields
a value should be supplied. A warning will be given when a value is supplied for both fields.

#### Teradata

If you want to use a Teradata instance as the source database, after installing WhiteRabbit, you will need to download
a zip file with the Teradata JDBC driver, and unzip it in de `repo` directory of the WhiteRabbit installation.
The latest version tested with WhiteRabbit is 20.00.00.16 .

The zip file can be downloaded [here](https://downloads.teradata.com/download/connectivity/jdbc-driver).

## Scanning a Database

### Performing the Scan
Expand Down
10 changes: 10 additions & 0 deletions docs/runmarkdown.R
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
#!/usr/bin/env Rscript

#
# use this script (on linux/mac) to reformat the html pages from the markdown files
# only needed when you change .md files
#

#devtools::install_github("ropenscilabs/icon")
library(rmarkdown)
rmarkdown::render_site()
Binary file not shown.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Binary file not shown.

This file was deleted.

This file was deleted.

8 changes: 0 additions & 8 deletions lib/com/simba/googlebigquery/jdbc/avro/1.8.2/avro-1.8.2.pom

This file was deleted.

This file was deleted.

This file was deleted.

12 changes: 0 additions & 12 deletions lib/com/simba/googlebigquery/jdbc/avro/maven-metadata.xml

This file was deleted.

This file was deleted.

This file was deleted.

Binary file not shown.

This file was deleted.

This file was deleted.

8 changes: 0 additions & 8 deletions lib/com/simba/googlebigquery/jdbc/gax/1.42.0/gax-1.42.0.pom

This file was deleted.

This file was deleted.

This file was deleted.

12 changes: 0 additions & 12 deletions lib/com/simba/googlebigquery/jdbc/gax/maven-metadata.xml

This file was deleted.

This file was deleted.

This file was deleted.

Binary file not shown.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Binary file not shown.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Binary file not shown.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Binary file not shown.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Binary file not shown.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading
Loading