Commit f969e53
authored
Use FeatureViewProjection instead of FeatureView in ODFV (#2186)
* Use FeatureViewProjection instead of FeatureView in ODFV
Signed-off-by: Judah Rand <17158624+judahrand@users.noreply.github.com>
* Refactor `get_online_features` to allow for use of FeatureViewProjections in ODFVs.
Signed-off-by: Judah Rand <17158624+judahrand@users.noreply.github.com>
* Refactor `get_online_features` to improve performance
Signed-off-by: Judah Rand <17158624+judahrand@users.noreply.github.com>
* Fix linting error
Signed-off-by: Judah Rand <17158624+judahrand@users.noreply.github.com>
* Refactor `_set_table_entity_keys` for clarity and performance
Signed-off-by: Judah Rand <17158624+judahrand@users.noreply.github.com>
* Customer IDs should be `ValueType.STRING`
Signed-off-by: Judah Rand <17158624+judahrand@users.noreply.github.com>
* Use Entity ValueType information in `_convert_arrow_to_proto`
Signed-off-by: Judah Rand <17158624+judahrand@users.noreply.github.com>
* Only call `_augment_response_with_on_demand_transforms` if needed
Signed-off-by: Judah Rand <17158624+judahrand@users.noreply.github.com>1 parent 30f7bba commit f969e53
File tree
11 files changed
+241
-314
lines changed- protos/feast/core
- sdk
- go
- python
- feast
- infra
- tests/integration/online_store
11 files changed
+241
-314
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| 27 | + | |
27 | 28 | | |
28 | 29 | | |
29 | 30 | | |
| |||
43 | 44 | | |
44 | 45 | | |
45 | 46 | | |
46 | | - | |
| 47 | + | |
47 | 48 | | |
48 | 49 | | |
49 | 50 | | |
| |||
59 | 60 | | |
60 | 61 | | |
61 | 62 | | |
| 63 | + | |
62 | 64 | | |
63 | 65 | | |
64 | 66 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
39 | | - | |
40 | | - | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
41 | 41 | | |
42 | | - | |
43 | | - | |
| 42 | + | |
| 43 | + | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
| 40 | + | |
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
| 45 | + | |
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
284 | 284 | | |
285 | 285 | | |
286 | 286 | | |
287 | | - | |
288 | | - | |
289 | | - | |
| 287 | + | |
| 288 | + | |
290 | 289 | | |
291 | 290 | | |
292 | 291 | | |
| |||
0 commit comments