AckdbDashboardSqlSpec
Escape hatch. A single read-only SELECT on the `ackdb_readonly` role (BEGIN READ ONLY + statement timeout + row/byte caps + extended wire protocol). Segment-less by design; never cached. No bind params in this build.
Properties
sqlstringrequiredcolumnsarray ofrequiredDeclared by the author so the console renders without sniffing.
keystringrequiredlabelstringrequiredshapestringrequired"string""number""currency""date""boolean"maxRowsintegermin 1 · max 5000Default 1000.
Example
AckdbDashboardSqlSpec example
{
"sql": "string",
"columns": [
{
"key": "string",
"label": "string",
"shape": "string"
}
],
"maxRows": 0
}