Get All Dialect Infos

Version 4.0.24.6 (latest)

Get information about all dialects.

Request

GET /dialect_info
Datatype
Description
Request
HTTP Request
query
HTTP Query
Expand HTTP Query definition...
fields
string
Requested fields.

Response

200: Dialect Info

Datatype
Description
(array)
can
object
Operations the current user is able to perform on this object
default_max_connections
string
Default number max connections
default_port
string
Default port number
installed
boolean
Is the supporting driver installed
label
string
The human-readable label of the connection
label_for_database_equivalent
string
What the dialect calls the equivalent of a normal SQL table
name
string
The name of the dialect
supported_options
Option support details
Expand DialectInfoOptions definition...
additional_params
boolean
Has additional params support
after_connect_statements
boolean
Has support for issuing statements after connecting to the database
analytical_view_dataset
boolean
Has analytical view support
auth
boolean
Has auth support
cost_estimate
boolean
Has configurable cost estimation
disable_context_comment
boolean
Can disable query context comments
host
boolean
Host is required
instance_name
boolean
Instance name is required
max_billing_gigabytes
boolean
Has max billing gigabytes support
oauth_credentials
boolean
Has support for a service account
pdts_for_oauth
boolean
Has OAuth for PDT support
port
boolean
Port can be specified
project_name
boolean
Has project name support
schema
boolean
Schema can be specified
service_account_credentials
boolean
Has support for a service account
ssl
boolean
Has TLS/SSL support
timezone
boolean
Has timezone support
tmp_table
boolean
Has tmp table support
tns
boolean
Has Oracle TNS support
username
boolean
Username can be specified
username_required
boolean
Username is required

400: Bad Request

Datatype
Description
(object)
message
string
Error details
documentation_url
string
Documentation link

404: Not Found

Datatype
Description
(object)
message
string
Error details
documentation_url
string
Documentation link

429: Too Many Requests

Datatype
Description
(object)
message
string
Error details
documentation_url
string
Documentation link

Examples