Workspace
A workspace is the fundamental unit for organizing and isolating resources in Singdata Lakehouse. Multiple workspaces can be created under a single service instance, and workspaces are isolated from each other by default — tables, views, tasks, and compute clusters all belong to a specific workspace and are invisible across different workspaces by default.
You can think of a workspace as a "project space": isolate development and production environments using different workspaces, or let different business teams each use their own independent workspace.
What a Workspace Does
| Capability | Description |
|---|---|
| Resource Isolation | Tables, views, tasks, and compute clusters all belong to a workspace and do not interfere with each other |
| Permission Management | Control member access scope through workspace roles |
| Multi-Environment Management | Isolate dev/test/prod environments with independent workspaces |
| Cross-Workspace Data Sharing | Enable data access between different workspaces through authorization |
Organization Hierarchy
Users must join a workspace and be granted a role before they can use its resources.
Workspace Roles
| Role | Code | Default Permissions |
|---|---|---|
| Workspace Admin | workspace_admin | Full permissions to manage members, roles, tasks, data, and compute clusters |
| Workspace Developer | workspace_dev | Manage tasks and instances; use permissions for data and compute clusters |
| Workspace Member | workspace_user | View tasks and instances; cannot access data and compute clusters |
Related Operations
- Manage Workspaces — Create, join, manage members
- Schema — Namespace within a workspace
- Cross-Workspace Data Sharing
