feat(build): migrate from Prettier to Oxfmt for performant code formatting (#42434)

This commit is contained in:
Đỗ Trọng Hải
2026-08-04 00:27:05 +07:00
committed by GitHub
parent 10f7927603
commit e4ef84ca72
2328 changed files with 90728 additions and 32682 deletions

View File

@@ -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"
}