The data behind everything in Summation — Summation tables you build, import, or compute, plus connector-backed tables.
Tables are the data behind everything in Summation — the rows your reports, dashboards, and Addison read from. They live in your organization’s data grid at /table and come in two types: Summation tables (you create, import, or compute them in Summation) and connector tables (backed by an external source through a connector).
The Tables page (/table, shown above) lists every table and view in the data grid. Filter by source with the type chips (Summation or a connector), search within a folder, and click a table to open its grid. In the grid you can browse rows, apply Views and filters, and Export CSV.
An open table
GET /v1/tables
List tables in the data grid.
GET /v1/tables/{tableId}
Show a table’s definition — its columns, types, and source, plus an appendable annotation for whether it accepts row appends. (Catalog metadata is a separate endpoint, below.)
Every table and view carries a catalog — the metadata that describes it and its columns, and what Addison reads to understand your data. Open it from the Catalog button (book icon) in a table’s toolbar.
Table: a description, owner, source system, and an agent description written for Addison (what the entity contains and when to use it). (A table also has a modeling tier, but it’s set through the API only — it isn’t shown or editable here.)
View: only a description, owner, and agent description.
Columns: a description and an agent description each.
In the panel, the Context tab shows the agent-facing System Description with a User Defined override you can edit; the Columns tab edits per-column descriptions. A standalone Data Catalog home browses all of it across the grid.Because Addison relies on it, richer catalog metadata (especially agent descriptions) directly improves its answers. Separately, a project attaches specific tables and views to its catalog to control what Addison can see there; an empty project catalog means the agent has no data context.
Open Lineage from the table toolbar (or the Catalog panel’s Lineage tab) to see what a table is built from and what depends on it — a graph linking source tables to the calculation tables and views derived from them. Expand a node’s View columns for column-level lineage, and search for a table or column.
There’s no delete action in the Tables UI. A table row’s actions are Open data catalog, Open in new tab, Copy link, Find in folder, and Rename — none of them delete. Deleting a table is API-only (see Via the API) or done through admin tooling, and can’t be undone.
DELETE /v1/tables/{tableId}
Delete a table. Requires the agent:write scope and confirm=true (a 400 otherwise); optional force and metadata_only query params.
⌘I
Assistant
Responses are generated using AI and may contain mistakes.