Files
superset2/docs/developer_docs_versioned_docs/version-6.1.0/api/export-sql-query-results-to-csv-with-streaming.RequestSchema.json
2026-07-28 21:39:01 +07:00

29 lines
706 B
JSON

{
"title": "Body",
"body": {
"content": {
"application/x-www-form-urlencoded": {
"schema": {
"properties": {
"client_id": {
"description": "The SQL query result identifier",
"type": "string"
},
"expected_rows": {
"description": "Optional expected row count for progress tracking",
"type": "integer"
},
"filename": {
"description": "Optional filename for the export",
"type": "string"
}
},
"type": "object"
}
}
},
"description": "Export parameters",
"required": true
}
}