Skip to main content
The Work Bench is your hands-on SQL workspace: write a query against any of your connected data sources, run it, and read the results in a table — all without an AI agent in the loop. Built for analysts and technical users who want direct, ad-hoc access. Work is organised into sessions. Each session is a saved scratchpad that remembers the SQL you wrote and the most recent result. Sessions live in your browser, so they are personal to you and the device you are working on.

The sessions list

Control / ButtonWhat it does
New sessionCreates a fresh session and opens it.
Session cardClick to open. Ctrl/Cmd-click or middle-click opens in a background tab.
Three-dot menu → EditRenames the session.
Three-dot menu → ShareCopies the session’s SQL to your clipboard.
Three-dot menu → DeletePermanently removes the session after confirmation. No Trash.

Inside a session: the SQL editor

Control / ButtonWhat it does
SQL text areaWhere you write your query.
Type @ to reference a data sourceOpens a picker; choose source then table.
RunExecutes the query. Button shows Run, Starting…, or Stop.
Ctrl+Enter (⌘↵ on Mac)Run the query. While running, cancels it.
StopCancels a running query.
SaveSaves the current SQL and result into the session.

Inside a session: the results table

ElementWhat it shows
Status badgeQueued, Running, Succeeded, Failed, or Cancelled.
Row countHow many rows returned.
Elapsed timeHow long the query took.
Truncated indicatorAmber badge when the result was capped.
Error messageRed banner if the query fails.
Results gridReturned rows and columns, with row-number column.
The Work Bench caps how many rows it brings back. To work with very large outputs, narrow the query or use a Chat/agent table.

Who can use it

  • Anyone with access to the platform can open the Work Bench and create sessions. Sessions are private to the person and browser.
  • What you can query is governed by your data access, not by a Work Bench setting.
  • There is no viewer/editor sharing on sessions — “sharing” copies the SQL text.