Commit c0691c6
committed
Add workspace database schema
This adds the required workspace columns and the workspace catalog table
with the default workspace precreated. All workspace columns default to
"default" for now and we may choose to remove the defaults once the
tracking store and model registry store are made workspace aware to
catch application logic issues not properly setting the workspace.
Some model registry store changes were needed to account for the new
composite foreign key.
Signed-off-by: mprahl <mprahl@users.noreply.github.com>1 parent 2197e41 commit c0691c6
20 files changed
Lines changed: 2241 additions & 89 deletions
File tree
- docs/api_reference
- mlflow
- entities
- store
- db_migrations/versions
- model_registry
- dbmodels
- tracking/dbmodels
- workspace
- dbmodels
- utils
- tests
- db
- schemas
- resources/db
- store/tracking
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
528 | 528 | | |
529 | 529 | | |
530 | 530 | | |
| 531 | + | |
531 | 532 | | |
532 | 533 | | |
533 | 534 | | |
| |||
627 | 628 | | |
628 | 629 | | |
629 | 630 | | |
| 631 | + | |
630 | 632 | | |
631 | 633 | | |
632 | 634 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
| 65 | + | |
65 | 66 | | |
66 | 67 | | |
67 | 68 | | |
| |||
125 | 126 | | |
126 | 127 | | |
127 | 128 | | |
| 129 | + | |
128 | 130 | | |
129 | 131 | | |
130 | 132 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
0 commit comments