Workspaces
A workspace is the top-level organisational unit in DataRecs. All resources — connections, jobs, and results — belong to a workspace.
Isolation
Section titled “Isolation”Each workspace is fully isolated. Data, credentials, and job history are never shared across workspaces. Under the hood, DataRecs provisions dedicated infrastructure per workspace to enforce this boundary.
Common patterns
Section titled “Common patterns”- Per-environment: Create separate workspaces for
development,staging, andproduction. - Per-team: Give each team their own workspace with independent connections and jobs.
- Per-client: If you run reconciliations on behalf of clients, isolate each client in its own workspace.
Managing workspaces
Section titled “Managing workspaces”See the Quickstart for examples across Console, CLI, Terraform, and REST API.