Skip to main content
Version: Next

EngineInformation

disable_ssh_tunnelingboolean

SSH tunnel is not available to the database

identifier_quote object

Characters used to quote identifiers for this dialect

endstring

Character that closes a quoted identifier

escape_by_doublingboolean

Whether an embedded closing-quote character is escaped by doubling it (True) or with a backslash escape (False, e.g. BigQuery's GoogleSQL backtick identifiers)

startstring

Character that opens a quoted identifier

supports_dynamic_catalogboolean

The database supports multiple catalogs in a single connection

supports_file_uploadboolean

Users can upload files to the database

supports_oauth2boolean

The database supports OAuth2

supports_offsetboolean

The database supports OFFSET in SQL queries. Engines like Elasticsearch SQL return False.

supports_schemasboolean

The database uses schemas to organize tables

EngineInformation
{
"disable_ssh_tunneling": true,
"identifier_quote": {
"end": "string",
"escape_by_doubling": true,
"start": "string"
},
"supports_dynamic_catalog": true,
"supports_file_upload": true,
"supports_oauth2": true,
"supports_offset": true,
"supports_schemas": true
}