mirror of
https://github.com/apache/superset.git
synced 2026-08-04 13:02:41 +00:00
feat(build): migrate from Prettier to Oxfmt for performant code formatting (#42434)
This commit is contained in:
@@ -1 +1,35 @@
|
||||
{"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"}
|
||||
{
|
||||
"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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user