Ameet
Ameet

Reputation: 1

Jasper Server with Google BigQuery connection

How we can connect Google BigQuery with Jasper Server 6.3.0 reporting tool?

Upvotes: 0

Views: 453

Answers (1)

Elliott Brossard
Elliott Brossard

Reputation: 33765

First download the BigQuery JDBC driver, then follow the JasperServer instructions for adding a JDBC driver. The relevant steps are:

  1. Log on as the system administrator (superuser on commercial editions, jasperadmin on community editions).
  2. Select Create > Data Source from the main menu.
  3. In the Type field, select JDBC Data Source.
  4. Select the installed BigQuery JDBC driver from the drop down list.

Upvotes: 3

Related Questions