Config Options
- Last Updated: August 22, 2023
- 1 minute read
- DataDirect Connectors
- ODBC
- Google Bigquery 8.0
- Documentation
Attribute
ConfigOptions (CFGO)
Purpose
Determines how the mapping of the remote Google BigQuery data model to a local schema map can be configured, customized, and updated.
Notes
- This option is primarily used for initial configuration of the driver for a particular user. It is not intended for use with every connection. By default, the driver configures itself and this option is normally not needed. If Config Options is specified on a connection after the initial configuration, the values specified for Config Options must match the values specified for the initial configuration.
Valid Values
key
=
value;[key
=
value;]
where:
- key
- is one of the following configuration options:
- VarcharLength
- SchemaSet
The value is a set of key value pairs separated by a semicolon (;). The value must be enclosed in curly brackets. For example:
VarcharLength=65535;SchemaSet=;
Default
VarcharLength=65535;SchemaSet=;