mirror of
https://github.com/apache/superset.git
synced 2026-05-23 00:36:01 +00:00
docs: cut 6.1.0 versions for user_docs, admin_docs, developer_docs, components (#40126)
Co-authored-by: Claude Code <noreply@anthropic.com>
This commit is contained in:
@@ -0,0 +1,31 @@
|
||||
---
|
||||
id: 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"}
|
||||
custom_edit_url: null
|
||||
---
|
||||
|
||||
import Schema from "@theme/Schema";
|
||||
import Heading from "@theme/Heading";
|
||||
|
||||
<Heading
|
||||
as={"h1"}
|
||||
className={"openapi__heading"}
|
||||
children={"QueryRestApi.get"}
|
||||
>
|
||||
</Heading>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<Schema
|
||||
{...require("./queryrestapi-get.Schema.json")}
|
||||
>
|
||||
|
||||
</Schema>
|
||||
Reference in New Issue
Block a user