Name | Type | Description | Notes |
---|---|---|---|
name | string | The name of the dialect | [optional] |
label | string | The human-readable label of the connection | [optional] |
supports_cost_estimate | bool | Whether the dialect supports query cost estimates | [optional] |
supports_upload_tables | bool | Whether the dialect supports uploading tables | [optional] |
persistent_table_indexes | string | PDT index columns | [optional] |
persistent_table_sortkeys | string | PDT sortkey columns | [optional] |
persistent_table_distkey | string | PDT distkey column | [optional] |
supports_streaming | bool | Suports streaming results | [optional] |
automatically_run_sql_runner_snippets | bool | Should SQL Runner snippets automatically be run | [optional] |
connection_tests | string[] | Array of names of the tests that can be run on a connection using this dialect | [optional] |
can | map[string,bool] | Operations the current user is able to perform on this object | [optional] |
This repository has been archived by the owner on Jul 8, 2020. It is now read-only.