Files
superset2/docs/developer_docs_versioned_docs/version-6.1.0/api/schemas/databaserestapi-get.Schema.json
2026-07-28 21:39:01 +07:00

36 lines
1.2 KiB
JSON

{
"schema": {
"properties": {
"allow_ctas": { "nullable": true, "type": "boolean" },
"allow_cvas": { "nullable": true, "type": "boolean" },
"allow_dml": { "nullable": true, "type": "boolean" },
"allow_file_upload": { "nullable": true, "type": "boolean" },
"allow_run_async": { "nullable": true, "type": "boolean" },
"backend": { "readOnly": true },
"cache_timeout": { "nullable": true, "type": "integer" },
"configuration_method": {
"maxLength": 255,
"nullable": true,
"type": "string"
},
"database_name": { "maxLength": 250, "type": "string" },
"driver": { "readOnly": true },
"engine_information": { "readOnly": true },
"expose_in_sqllab": { "nullable": true, "type": "boolean" },
"force_ctas_schema": {
"maxLength": 250,
"nullable": true,
"type": "string"
},
"id": { "type": "integer" },
"impersonate_user": { "nullable": true, "type": "boolean" },
"is_managed_externally": { "type": "boolean" },
"uuid": { "format": "uuid", "nullable": true, "type": "string" }
},
"required": ["database_name"],
"type": "object",
"title": "DatabaseRestApi.get"
},
"schemaType": "response"
}