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

sqlstringrequired
columnsarray ofrequired

Declared by the author so the console renders without sniffing.

keystringrequired
labelstringrequired
shapestringrequired
"string""number""currency""date""boolean"
maxRowsintegermin 1 · max 5000

Default 1000.

Example

AckdbDashboardSqlSpec example
{
  "sql": "string",
  "columns": [
    {
      "key": "string",
      "label": "string",
      "shape": "string"
    }
  ],
  "maxRows": 0
}