Catalog
The name of the synthetic catalog under which all of the schemas/databases are organized. This catalog name is used as the value for SQL_DATABASE_NAME or CURRENT CATALOG.
If a value is not specified, the default is determined by one of the following behaviors:
- If the server supports metadata or
GetMetadataWithQueries
is set tofalse
, the connector defaults to querying the server for the catalog name. - If the server does not support metadata or
GetMetadataWithQueries
is set totrue
, the connector defaults to the default catalog name specified in the connector's.did
file (typically,DRILL
).
Key Name | Default Value | Required |
---|---|---|
|
|
No |