Project
- Last Updated: August 19, 2019
- 1 minute read
- DataDirect Connectors
- JDBC
- Google BigQuery 6.0
- Documentation
Purpose
Specifies the name of the project that you want the driver to connect to. The
projects in Google BigQuery are equivalent to catalogs in JDBC.
Note: If you want to
query data in a project different from the one you specified at the time of
connection, specify it in the following
format:
project.dataset.tableValid Values
string
where:
- string
- is the name of your Google BigQuery project.
Data Source Method
setProject
Default
None
Data Type
String