mirror of
https://github.com/apache/superset.git
synced 2026-08-04 21:12:44 +00:00
49 lines
1.8 KiB
JSON
49 lines
1.8 KiB
JSON
{
|
|
"schema": {
|
|
"properties": {
|
|
"columns": { "items": { "type": "object" }, "type": "array" },
|
|
"data": { "items": { "type": "object" }, "type": "array" },
|
|
"expanded_columns": { "items": { "type": "object" }, "type": "array" },
|
|
"query": {
|
|
"properties": {
|
|
"changed_on": { "format": "date-time", "type": "string" },
|
|
"ctas": { "type": "boolean" },
|
|
"db": { "type": "string" },
|
|
"dbId": { "type": "integer" },
|
|
"endDttm": { "type": "number" },
|
|
"errorMessage": { "nullable": true, "type": "string" },
|
|
"executedSql": { "type": "string" },
|
|
"extra": { "type": "object" },
|
|
"id": { "type": "string" },
|
|
"limit": { "type": "integer" },
|
|
"limitingFactor": { "type": "string" },
|
|
"progress": { "type": "integer" },
|
|
"queryId": { "type": "integer" },
|
|
"resultsKey": { "type": "string" },
|
|
"rows": { "type": "integer" },
|
|
"schema": { "type": "string" },
|
|
"serverId": { "type": "integer" },
|
|
"sql": { "type": "string" },
|
|
"sqlEditorId": { "type": "string" },
|
|
"startDttm": { "type": "number" },
|
|
"state": { "type": "string" },
|
|
"tab": { "type": "string" },
|
|
"tempSchema": { "nullable": true, "type": "string" },
|
|
"tempTable": { "nullable": true, "type": "string" },
|
|
"trackingUrl": { "nullable": true, "type": "string" },
|
|
"user": { "type": "string" },
|
|
"userId": { "type": "integer" }
|
|
},
|
|
"type": "object",
|
|
"title": "QueryResult"
|
|
},
|
|
"query_id": { "type": "integer" },
|
|
"selected_columns": { "items": { "type": "object" }, "type": "array" },
|
|
"status": { "type": "string" }
|
|
},
|
|
"type": "object",
|
|
"title": "QueryExecutionResponseSchema"
|
|
},
|
|
"schemaType": "response"
|
|
}
|