Version 4.0.24.14
Get information about all dialects.
Request
GET
/dialect_info
Datatype
Description
Request
query
Expand HTTP Query definition...
fields
Requested fields.
Response
200: Dialect Info
Datatype
Description
(array)
can
lock
Operations the current user is able to perform on this object
default_max_connections
lock
Default number max connections
default_port
lock
Default port number
installed
lock
Is the supporting driver installed
label
lock
The human-readable label of the connection
label_for_database_equivalent
lock
What the dialect calls the equivalent of a normal SQL table
label_for_schema_equivalent
lock
What the dialect calls the equivalent of a schema-level namespace
name
lock
The name of the dialect
supported_options
lock
Option support details
Expand DialectInfoOptions definition...
additional_params
lock
Has additional params support
after_connect_statements
lock
Has support for issuing statements after connecting to the database
analytical_view_dataset
lock
Has analytical view support
auth
lock
Has auth support
cost_estimate
lock
Has configurable cost estimation
disable_context_comment
lock
Can disable query context comments
host
lock
Host is required
instance_name
lock
Instance name is required
max_billing_gigabytes
lock
Has max billing gigabytes support
oauth_credentials
lock
Has support for a service account
pdts_for_oauth
lock
Has OAuth for PDT support
port
lock
Port can be specified
project_name
lock
Has project name support
schema
lock
Schema can be specified
service_account_credentials
lock
Has support for a service account
ssl
lock
Has TLS/SSL support
timezone
lock
Has timezone support
tmp_table
lock
Has tmp table support
tns
lock
Has Oracle TNS support
username
lock
Username can be specified
username_required
lock
Username is required
supports_connection_pooling
lock
Has support for connection pooling
400: Bad Request
Datatype
Description
(object)
message
lock
Error details
documentation_url
lock
Documentation link
404: Not Found
Datatype
Description
(object)
message
lock
Error details
documentation_url
lock
Documentation link
429: Too Many Requests
Datatype
Description
(object)
message
lock
Error details
documentation_url
lock
Documentation link
Examples
Kotlin
https://github.com/looker-open-source/sdk-codegen/blob/main/kotlin/src/test/TestMethods.kt |
Swift
https://github.com/looker-open-source/sdk-codegen/blob/main/swift/looker/Tests/lookerTests/smokeTests.swift |