feat(build): migrate from Prettier to Oxfmt for docs

Signed-off-by: hainenber <dotronghai96@gmail.com>
This commit is contained in:
hainenber
2026-07-28 21:38:39 +07:00
parent af9729a861
commit 1bbc63099b
2163 changed files with 89307 additions and 32009 deletions

View File

@@ -1 +1,24 @@
{"schema":{"properties":{"catalog":{"nullable":true,"type":"string"},"client_id":{"nullable":true,"type":"string"},"ctas_method":{"nullable":true,"type":"string"},"database_id":{"type":"integer"},"expand_data":{"nullable":true,"type":"boolean"},"queryLimit":{"nullable":true,"type":"integer"},"runAsync":{"nullable":true,"type":"boolean"},"schema":{"nullable":true,"type":"string"},"select_as_cta":{"nullable":true,"type":"boolean"},"sql":{"type":"string"},"sql_editor_id":{"nullable":true,"type":"string"},"tab":{"nullable":true,"type":"string"},"templateParams":{"nullable":true,"type":"string"},"tmp_table_name":{"nullable":true,"type":"string"}},"required":["database_id","sql"],"type":"object","title":"ExecutePayloadSchema"},"schemaType":"response"}
{
"schema": {
"properties": {
"catalog": { "nullable": true, "type": "string" },
"client_id": { "nullable": true, "type": "string" },
"ctas_method": { "nullable": true, "type": "string" },
"database_id": { "type": "integer" },
"expand_data": { "nullable": true, "type": "boolean" },
"queryLimit": { "nullable": true, "type": "integer" },
"runAsync": { "nullable": true, "type": "boolean" },
"schema": { "nullable": true, "type": "string" },
"select_as_cta": { "nullable": true, "type": "boolean" },
"sql": { "type": "string" },
"sql_editor_id": { "nullable": true, "type": "string" },
"tab": { "nullable": true, "type": "string" },
"templateParams": { "nullable": true, "type": "string" },
"tmp_table_name": { "nullable": true, "type": "string" }
},
"required": ["database_id", "sql"],
"type": "object",
"title": "ExecutePayloadSchema"
},
"schemaType": "response"
}