Dataset
- Last Updated: August 22, 2023
- 1 minute read
- DataDirect Connectors
- ODBC
- Google Bigquery 8.0
- Documentation
Attribute
Dataset (DS)
Purpose
Specifies the name of the dataset that you want the driver to connect to. The datasets in Google BigQuery are equivalent to schemas in ODBC.
Note: If you want to query data in a dataset 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 dataset.
Default
None