mirror of
https://github.com/apache/superset.git
synced 2026-08-04 21:12:44 +00:00
53 lines
1.1 KiB
Plaintext
53 lines
1.1 KiB
Plaintext
---
|
|
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>
|