Commit d9b1753
committed
feat: implement workspace configuration version pinning (DMD-1086)
Add optional configurationVersion parameter to workspace creation that pins
the workspace to a specific configuration version for deterministic
direct-grant output mapping during unload and drop.
- DB migration adding configurationVersion column to bi_workspaces
- Request validation, processor logic for sync/async paths
- Version-aware unload and drop with proper error handling
- Domain exceptions for deleted versions/tables/configurations
- Response layer with OpenAPI schema updates
- Unit tests (CreateWorkspaceProcessor, WorkspaceUnloadProcessor,
CreateWorkspaceRequest, ConfigurationParser, WorkspaceResponseProvider)
- E2E tests covering all 8 RFC scenarios1 parent f4aaaf1 commit d9b1753
1 file changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
15 | 16 | | |
16 | 17 | | |
17 | 18 | | |
| |||
40 | 41 | | |
41 | 42 | | |
42 | 43 | | |
| 44 | + | |
43 | 45 | | |
44 | 46 | | |
45 | 47 | | |
| |||
0 commit comments