Commit dfc81b9
Chen Zhiling
Add support for feature set updates and remove versions (feast-dev#676)
* BigQuery connector migrates schema on feature set changes
* Update docs, remove versions from protos
* Remove versions from core, ApplyFeatureSet updates existing featuresets instead of advancing version
* Remove versions from storage API and connectors
* Remove versions from ingestion
* Remove versions from serving
* Remove versions from sdk, examples and end-to-end tests
* Ignore versions if provided for backward compatibility
* Regenerate golang protos, apply black
* Rebase on master
* Remove LAST_VERSION
* Clean up job update logic
* Use set comparison for entities during feature set updates, change FeatureSet.status to use enum directly
* Fix tests and error messages
* Move strip versions to transform before feature row validate step
* Update documentation, clean up toProto method
* Remove redundant status setting, correct misleading comments
* Add end to end test for feature set updates, squash some bugs
* Use count() instead of returning all rows1 parent 2c5130d commit dfc81b9
File tree
98 files changed
+2511
-2734
lines changed- core/src
- main/java/feast/core
- dao
- job
- direct
- model
- service
- test/java/feast/core
- job
- dataflow
- direct
- option
- model
- service
- examples/basic
- ingestion/src
- main/java/feast/ingestion
- transform
- fn
- metrics
- utils
- values
- test
- java/feast/ingestion
- transform
- resources/feast/ingestion/transform
- protos/feast
- core
- serving
- storage
- types
- sdk
- go
- protos
- feast
- core
- serving
- storage
- types
- tensorflow_metadata/proto/v0
- java/src
- main/java/com/gojek/feast
- test/java/com/gojek/feast
- python
- feast
- loaders
- tests
- serving
- src
- main
- java/feast/serving
- config
- service
- specs
- util
- resources
- templates
- test/java/feast/serving
- controller
- service
- storage
- api/src/main/java/feast/storage
- api/writer
- common/testing
- connectors
- bigquery/src/main
- java/feast/storage/connectors/bigquery
- retriever
- writer
- resources/templates
- rediscluster/src
- main/java/feast/storage/connectors/rediscluster/retriever
- test/java/feast/storage/connectors/rediscluster
- retriever
- writer
- redis/src
- main/java/feast/storage/connectors/redis/retriever
- test/java/feast/storage/connectors/redis
- retriever
- writer
- tests/e2e
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
98 files changed
+2511
-2734
lines changedLines changed: 8 additions & 17 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
29 | | - | |
30 | | - | |
| 28 | + | |
| 29 | + | |
31 | 30 | | |
32 | | - | |
33 | | - | |
34 | | - | |
| 31 | + | |
| 32 | + | |
35 | 33 | | |
36 | | - | |
37 | | - | |
| 34 | + | |
| 35 | + | |
38 | 36 | | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
| 37 | + | |
| 38 | + | |
48 | 39 | | |
49 | 40 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| 20 | + | |
20 | 21 | | |
21 | 22 | | |
22 | 23 | | |
| |||
28 | 29 | | |
29 | 30 | | |
30 | 31 | | |
31 | | - | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| |||
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
87 | | - | |
| 87 | + | |
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
| |||
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
104 | | - | |
105 | | - | |
106 | | - | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
107 | 109 | | |
108 | | - | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
109 | 117 | | |
110 | 118 | | |
111 | 119 | | |
| |||
Lines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
82 | | - | |
| 82 | + | |
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
| |||
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
96 | | - | |
| 96 | + | |
| 97 | + | |
97 | 98 | | |
98 | 99 | | |
99 | 100 | | |
100 | 101 | | |
101 | 102 | | |
102 | 103 | | |
103 | 104 | | |
| 105 | + | |
104 | 106 | | |
105 | 107 | | |
106 | 108 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
57 | 61 | | |
58 | 62 | | |
59 | 63 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| 19 | + | |
19 | 20 | | |
| 21 | + | |
20 | 22 | | |
21 | 23 | | |
22 | 24 | | |
| |||
26 | 28 | | |
27 | 29 | | |
28 | 30 | | |
| 31 | + | |
29 | 32 | | |
30 | 33 | | |
31 | 34 | | |
| |||
79 | 82 | | |
80 | 83 | | |
81 | 84 | | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
82 | 88 | | |
83 | 89 | | |
84 | 90 | | |
| |||
88 | 94 | | |
89 | 95 | | |
90 | 96 | | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
91 | 110 | | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
92 | 151 | | |
93 | 152 | | |
94 | | - | |
| 153 | + | |
95 | 154 | | |
96 | 155 | | |
97 | | - | |
| 156 | + | |
98 | 157 | | |
99 | 158 | | |
100 | 159 | | |
101 | 160 | | |
102 | 161 | | |
103 | 162 | | |
104 | 163 | | |
105 | | - | |
| 164 | + | |
106 | 165 | | |
107 | 166 | | |
108 | | - | |
| 167 | + | |
109 | 168 | | |
110 | 169 | | |
111 | 170 | | |
112 | 171 | | |
113 | 172 | | |
114 | 173 | | |
115 | 174 | | |
116 | | - | |
| 175 | + | |
117 | 176 | | |
118 | 177 | | |
119 | | - | |
| 178 | + | |
120 | 179 | | |
121 | 180 | | |
122 | | - | |
| 181 | + | |
123 | 182 | | |
124 | 183 | | |
125 | | - | |
| 184 | + | |
126 | 185 | | |
127 | 186 | | |
128 | | - | |
| 187 | + | |
129 | 188 | | |
130 | 189 | | |
131 | | - | |
| 190 | + | |
132 | 191 | | |
133 | 192 | | |
134 | | - | |
| 193 | + | |
135 | 194 | | |
136 | 195 | | |
137 | | - | |
| 196 | + | |
138 | 197 | | |
139 | 198 | | |
140 | | - | |
| 199 | + | |
141 | 200 | | |
142 | 201 | | |
143 | | - | |
| 202 | + | |
144 | 203 | | |
145 | 204 | | |
146 | | - | |
| 205 | + | |
147 | 206 | | |
148 | 207 | | |
149 | | - | |
| 208 | + | |
150 | 209 | | |
151 | 210 | | |
152 | 211 | | |
153 | 212 | | |
154 | | - | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
| 236 | + | |
| 237 | + | |
| 238 | + | |
155 | 239 | | |
156 | 240 | | |
157 | 241 | | |
| |||
167 | 251 | | |
168 | 252 | | |
169 | 253 | | |
170 | | - | |
| 254 | + | |
| 255 | + | |
| 256 | + | |
171 | 257 | | |
172 | 258 | | |
173 | 259 | | |
| |||
0 commit comments