Commit 412d625
authored
feat: Add owner field to Entity and rename labels to tags
* Add owner field to Entity and rename labels to tags
Signed-off-by: Felix Wang <wangfelix98@gmail.com>
* Change all entities in tests to reference tags instead of labels
Signed-off-by: Felix Wang <wangfelix98@gmail.com>
* Add deprecation warning for labels argument
Signed-off-by: Felix Wang <wangfelix98@gmail.com>1 parent 0af8adb commit 412d625
File tree
7 files changed
+143
-223
lines changed- java/serving/src/test/java/feast/serving/util
- protos/feast/core
- sdk/python
- feast
- tests
- integration
- e2e
- registration
- unit
7 files changed
+143
-223
lines changedLines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
116 | 116 | | |
117 | 117 | | |
118 | 118 | | |
119 | | - | |
| 119 | + | |
120 | 120 | | |
121 | 121 | | |
122 | 122 | | |
123 | 123 | | |
124 | | - | |
| 124 | + | |
125 | 125 | | |
126 | 126 | | |
127 | 127 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
52 | 55 | | |
53 | 56 | | |
54 | 57 | | |
| |||
0 commit comments