mirror of
https://github.com/apache/superset.git
synced 2026-08-04 13:02:41 +00:00
28 lines
691 B
JSON
28 lines
691 B
JSON
{
|
|
"schema": {
|
|
"properties": {
|
|
"channel_id": {
|
|
"description": "Unique session async channel ID",
|
|
"type": "string"
|
|
},
|
|
"job_id": { "description": "Unique async job ID", "type": "string" },
|
|
"result_url": {
|
|
"description": "Unique result URL for fetching async query data",
|
|
"type": "string"
|
|
},
|
|
"status": {
|
|
"description": "Status value for async job",
|
|
"type": "string"
|
|
},
|
|
"user_id": {
|
|
"description": "Requesting user ID",
|
|
"nullable": true,
|
|
"type": "string"
|
|
}
|
|
},
|
|
"type": "object",
|
|
"title": "ChartDataAsyncResponseSchema"
|
|
},
|
|
"schemaType": "response"
|
|
}
|