mirror of
https://github.com/apache/superset.git
synced 2026-08-04 04:52:32 +00:00
24 lines
534 B
JSON
24 lines
534 B
JSON
{
|
|
"parameters": [
|
|
{
|
|
"description": "The dashboard id",
|
|
"in": "path",
|
|
"name": "pk",
|
|
"required": true,
|
|
"schema": { "type": "integer" }
|
|
},
|
|
{
|
|
"description": "Whether to include Parquet data files",
|
|
"in": "query",
|
|
"name": "export_data",
|
|
"schema": { "default": true, "type": "boolean" }
|
|
},
|
|
{
|
|
"description": "Limit data export to this many rows per dataset",
|
|
"in": "query",
|
|
"name": "sample_rows",
|
|
"schema": { "type": "integer" }
|
|
}
|
|
]
|
|
}
|