DatabaseRestApi.get_list
allow_ctasbooleannullable
allow_cvasbooleannullable
allow_dmlbooleannullable
allow_file_uploadbooleannullable
allow_multi_catalog
allow_run_asyncbooleannullable
allows_cost_estimate
allows_subquery
allows_virtual_table_explore
backend
changed_by object
first_namestringrequired
Possible values: <= 64 characters
last_namestringrequired
Possible values: <= 64 characters
changed_onstring<date-time>nullable
changed_on_delta_humanized
created_by object
first_namestringrequired
Possible values: <= 64 characters
last_namestringrequired
Possible values: <= 64 characters
database_namestringrequired
Possible values: <= 250 characters
disable_data_preview
disable_drill_to_detail
engine_information
explore_database_id
expose_in_sqllabbooleannullable
extrastringnullable
force_ctas_schemastringnullable
Possible values: <= 250 characters
idinteger
uuidstring<uuid>nullable
DatabaseRestApi.get_list
{
"allow_ctas": true,
"allow_cvas": true,
"allow_dml": true,
"allow_file_upload": true,
"allow_run_async": true,
"changed_by": {
"first_name": "string",
"last_name": "string"
},
"changed_on": "2024-07-29T15:51:28.071Z",
"created_by": {
"first_name": "string",
"last_name": "string"
},
"database_name": "string",
"expose_in_sqllab": true,
"extra": "string",
"force_ctas_schema": "string",
"id": 0,
"uuid": "3fa85f64-5717-4562-b3fc-2c963f66afa6"
}