Skip to content

Commit 0e1113d

Browse files
committed
docs: use HOTDATA_WORKSPACE env var
Align marimo README and TODO with the canonical workspace env var.
1 parent 5509eb6 commit 0e1113d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Requires Python 3.10+, **Marimo**, and [**hotdata-runtime**](https://github.com/
1717
|----------|----------|-------------|
1818
| `HOTDATA_API_KEY` | Yes | API key for the Hotdata API |
1919
| `HOTDATA_API_URL` | No | API base URL (default: `https://api.hotdata.dev`) |
20-
| `HOTDATA_WORKSPACE_ID` | No | Workspace public id; if unset, the first active workspace is used |
20+
| `HOTDATA_WORKSPACE` | No | Workspace id; if unset, the first active workspace is used |
2121
| `HOTDATA_SANDBOX` | No | Sandbox session id, passed through to the SDK |
2222

2323
## Minimal notebook

TODO.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Near term (build on MVP)
44

5-
- [x] **Workspace selector** — When `HOTDATA_WORKSPACE_ID` is unset and multiple workspaces exist, expose `mo.ui.dropdown` (or similar) and rebuild the client when the choice changes.
5+
- [x] **Workspace selector** — When `HOTDATA_WORKSPACE` is unset and multiple workspaces exist, expose `mo.ui.dropdown` (or similar) and rebuild the client when the choice changes.
66
- [x] **Connection status** — Small status chip (API reachable, workspace id, optional sandbox) using a lightweight health or `workspaces`/`connections` probe.
77
- [ ] **Query cancel** — Wire cancel to the query-run API if/when exposed in the OpenAPI client; surface a Cancel control next to Run.
88
- [x] **`mo.ui.hotdata_*` aliases** — Re-export or thin wrappers: `hotdata_sql_editor`, `hotdata_table_browser`, `hotdata_query_result`, `hotdata_connection_picker` for discoverability.

0 commit comments

Comments
 (0)