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 docs
Signed-off-by: hainenber <dotronghai96@gmail.com>
This commit is contained in:
@@ -1,28 +1,49 @@
|
||||
---
|
||||
id: queryrestapi-get
|
||||
title: "QueryRestApi.get"
|
||||
description: ""
|
||||
sidebar_label: "QueryRestApi.get"
|
||||
title: 'QueryRestApi.get'
|
||||
description: ''
|
||||
sidebar_label: 'QueryRestApi.get'
|
||||
hide_title: true
|
||||
hide_table_of_contents: true
|
||||
schema: true
|
||||
sample: {"changed_on":"2024-07-29T15:51:28.071Z","client_id":"string","database":{"id":0},"end_result_backend_time":0,"end_time":0,"error_message":"string","executed_sql":"string","id":0,"limit":0,"progress":0,"results_key":"string","rows":0,"schema":"string","select_as_cta":true,"select_as_cta_used":true,"select_sql":"string","sql":"string","sql_editor_id":"string","start_running_time":0,"start_time":0,"status":"string","tab_name":"string","tmp_schema_name":"string","tmp_table_name":"string"}
|
||||
sample:
|
||||
{
|
||||
'changed_on': '2024-07-29T15:51:28.071Z',
|
||||
'client_id': 'string',
|
||||
'database': { 'id': 0 },
|
||||
'end_result_backend_time': 0,
|
||||
'end_time': 0,
|
||||
'error_message': 'string',
|
||||
'executed_sql': 'string',
|
||||
'id': 0,
|
||||
'limit': 0,
|
||||
'progress': 0,
|
||||
'results_key': 'string',
|
||||
'rows': 0,
|
||||
'schema': 'string',
|
||||
'select_as_cta': true,
|
||||
'select_as_cta_used': true,
|
||||
'select_sql': 'string',
|
||||
'sql': 'string',
|
||||
'sql_editor_id': 'string',
|
||||
'start_running_time': 0,
|
||||
'start_time': 0,
|
||||
'status': 'string',
|
||||
'tab_name': 'string',
|
||||
'tmp_schema_name': 'string',
|
||||
'tmp_table_name': 'string',
|
||||
}
|
||||
custom_edit_url: null
|
||||
---
|
||||
|
||||
import Schema from "@theme/Schema";
|
||||
import Heading from "@theme/Heading";
|
||||
import Schema from '@theme/Schema';
|
||||
import Heading from '@theme/Heading';
|
||||
|
||||
<Heading
|
||||
as={"h1"}
|
||||
className={"openapi__heading"}
|
||||
children={"QueryRestApi.get"}
|
||||
>
|
||||
</Heading>
|
||||
|
||||
|
||||
|
||||
|
||||
as={'h1'}
|
||||
className={'openapi__heading'}
|
||||
children={'QueryRestApi.get'}
|
||||
></Heading>
|
||||
|
||||
<Schema
|
||||
{...require("./queryrestapi-get.Schema.json")}
|
||||
|
||||
Reference in New Issue
Block a user