Commit 5231bac
committed
Draft changes to add remote online store to feast.
Signed-off-by: Lokesh Rangineni <lokeshforjava@gmail.com>
Adding the integration test and remote online creator class so that it will fit into existing integration testing framework.
Signed-off-by: Lokesh Rangineni <lokeshforjava@gmail.com>
Fix after rebase
Signed-off-by: Lokesh Rangineni <lokeshforjava@gmail.com>
Removing the RemoteOnlineStoreCreator and adding custom integration test case. Incorporating the code review comments.
Signed-off-by: Lokesh Rangineni <lokeshforjava@gmail.com>
reformatting the code, removing unnecessary braces.
Signed-off-by: Lokesh Rangineni <lokeshforjava@gmail.com>
Trying to fix the errors reported in make lint-python
Signed-off-by: Lokesh Rangineni <lokeshforjava@gmail.com>
Ran the command make format-python and trying to see if it fixes the lint errors.
Signed-off-by: Lokesh Rangineni <lokeshforjava@gmail.com>
increasing the server start timeout to see if it fixes the integration test cases.
Signed-off-by: Lokesh Rangineni <lokeshforjava@gmail.com>
checking changes after make format-python
Signed-off-by: Lokesh Rangineni <lokeshforjava@gmail.com>
trying to see if this fixes the PR integrationt test failure.
Signed-off-by: Lokesh Rangineni <lokeshemail@email.com>
Signed-off-by: Lokesh Rangineni <lokeshforjava@gmail.com>
checking in the changes for make format-python
Signed-off-by: Lokesh Rangineni <lokeshforjava@gmail.com>
Upgrading python version to 3.11, adding support for 3.11 as well.
Signed-off-by: Lokesh Rangineni <lokeshforjava@gmail.com>
chore: Bump macOS runners to macos-13 (#4152)
bump macos runner to 13
Signed-off-by: tokoko <togurg14@freeuni.edu.ge>
Signed-off-by: Lokesh Rangineni <lokeshforjava@gmail.com>
chore: Use pixi to lock python dependencies in a single command (#4114)
use pixi to lock python dependencies in a single command
Signed-off-by: tokoko <togurg14@freeuni.edu.ge>
Signed-off-by: Lokesh Rangineni <lokeshforjava@gmail.com>
feat: List all feature views (#4256)
* feature: Adding type to base feature view
Signed-off-by: Francisco Javier Arceo <farceo@redhat.com>
* fixed linter
Signed-off-by: Francisco Javier Arceo <farceo@redhat.com>
* fixed type and meta
Signed-off-by: Francisco Javier Arceo <farceo@redhat.com>
* adding new listing
Signed-off-by: Francisco Javier Arceo <farceo@redhat.com>
* updated
Signed-off-by: Francisco Javier Arceo <farceo@redhat.com>
* cleaning up changes
Signed-off-by: Francisco Javier Arceo <farceo@redhat.com>
* reverting FV proto
Signed-off-by: Francisco Javier Arceo <farceo@redhat.com>
* doing simple way
Signed-off-by: Francisco Javier Arceo <farceo@redhat.com>
* added a test
Signed-off-by: Francisco Javier Arceo <farceo@redhat.com>
* updated to add warnings
Signed-off-by: Francisco Javier Arceo <farceo@redhat.com>
---------
Signed-off-by: Francisco Javier Arceo <farceo@redhat.com>
feat: Adding vector search for sqlite (#4176)
* feat: Adding vector search for sqlite
Signed-off-by: Francisco Javier Arceo <farceo@redhat.com>
* adding the sqlite_vss dependency
Signed-off-by: Francisco Javier Arceo <farceo@redhat.com>
* linter
Signed-off-by: Francisco Javier Arceo <farceo@redhat.com>
* latest progress
Signed-off-by: Francisco Javier Arceo <farceo@redhat.com>
* uploading latest progress
Signed-off-by: Francisco Javier Arceo <farceo@redhat.com>
* updated function
Signed-off-by: Francisco Javier Arceo <farceo@redhat.com>
* adding configuration
Signed-off-by: Francisco Javier Arceo <farceo@redhat.com>
* adding current progress
Signed-off-by: Francisco Javier Arceo <farceo@redhat.com>
* updating requirements files
Signed-off-by: Francisco Javier Arceo <farceo@redhat.com>
* moving to sqlite-vec
Signed-off-by: Francisco Javier Arceo <farceo@redhat.com>
* updating sqlite.py
Signed-off-by: Francisco Javier Arceo <farceo@redhat.com>
* checking in progress
Signed-off-by: Francisco Javier Arceo <farceo@redhat.com>
* updated test type
Signed-off-by: Francisco Javier Arceo <farceo@redhat.com>
* got the initialization working, nice
Signed-off-by: Francisco Javier Arceo <farceo@redhat.com>
* checking in progress from last night
Signed-off-by: Francisco Javier Arceo <farceo@redhat.com>
* removing unnecessary stuff
Signed-off-by: Francisco Javier Arceo <farceo@redhat.com>
* fixing merge conflicts
Signed-off-by: Francisco Javier Arceo <farceo@redhat.com>
* removing files changed accidentally]
Signed-off-by: Francisco Javier Arceo <farceo@redhat.com>
* uploading current progress...things run but need to update the virtual table insertion
Signed-off-by: Francisco Javier Arceo <farceo@redhat.com>
* linted
Signed-off-by: Francisco Javier Arceo <farceo@redhat.com>
* adding working notes
Signed-off-by: Francisco Javier Arceo <farceo@redhat.com>
* found a bug, original feature_store.py was only grabbing first feature view, adjusted
Signed-off-by: Francisco Javier Arceo <farceo@redhat.com>
* cant use a string have to verify it is a proper FeatureView object
Signed-off-by: Francisco Javier Arceo <farceo@redhat.com>
* updated got it working, need to fix some other stuff still
Signed-off-by: Francisco Javier Arceo <farceo@redhat.com>
* working
Signed-off-by: Francisco Javier Arceo <farceo@redhat.com>
* linter
Signed-off-by: Francisco Javier Arceo <farceo@redhat.com>
* fixing some type issues
Signed-off-by: Francisco Javier Arceo <farceo@redhat.com>
* fixed typing and lint issues
Signed-off-by: Francisco Javier Arceo <farceo@redhat.com>
* updated dependencies
Signed-off-by: Francisco Javier Arceo <farceo@redhat.com>
* fix for pixi and updating requirements
Signed-off-by: Francisco Javier Arceo <farceo@redhat.com>
* fixed type
Signed-off-by: Francisco Javier Arceo <farceo@redhat.com>
* linter
Signed-off-by: Francisco Javier Arceo <farceo@redhat.com>
* testing sqlite_vec import
Signed-off-by: Francisco Javier Arceo <farceo@redhat.com>
* adding minimal example test
Signed-off-by: Francisco Javier Arceo <farceo@redhat.com>
* lint
Signed-off-by: Francisco Javier Arceo <farceo@redhat.com>
* testing raw sqlite
Signed-off-by: Francisco Javier Arceo <farceo@redhat.com>
* Printing package version
* printing version
Signed-off-by: Francisco Javier Arceo <farceo@redhat.com>
* updated requirements
* rebuilding requirments
Signed-off-by: Francisco Javier Arceo <farceo@redhat.com>
* only going to run this on 3.10 for now
Signed-off-by: Francisco Javier Arceo <farceo@redhat.com>
* updated docs for sqlite caveats
Signed-off-by: Francisco Javier Arceo <farceo@redhat.com>
* adding reason
Signed-off-by: Francisco Javier Arceo <farceo@redhat.com>
* skipping
Signed-off-by: Francisco Javier Arceo <farceo@redhat.com>
* updated tests
Signed-off-by: Francisco Javier Arceo <farceo@redhat.com>
* removing print
Signed-off-by: Francisco Javier Arceo <farceo@redhat.com>
* added method call
Signed-off-by: Francisco Javier Arceo <farceo@redhat.com>
* added prubt
Signed-off-by: Francisco Javier Arceo <farceo@redhat.com>
* added print
Signed-off-by: Francisco Javier Arceo <farceo@redhat.com>
* removing print
Signed-off-by: Francisco Javier Arceo <farceo@redhat.com>
* adding check in sqlite
Signed-off-by: Francisco Javier Arceo <farceo@redhat.com>
* missed an =
Signed-off-by: Francisco Javier Arceo <farceo@redhat.com>
* still running on 3.11
Signed-off-by: Francisco Javier Arceo <farceo@redhat.com>
* typo
Signed-off-by: Francisco Javier Arceo <farceo@redhat.com>
* fix
Signed-off-by: Francisco Javier Arceo <farceo@redhat.com>
* fix
Signed-off-by: Francisco Javier Arceo <farceo@redhat.com>
* updated setup and docs
Signed-off-by: Francisco Javier Arceo <farceo@redhat.com>
* renamed things
Signed-off-by: Francisco Javier Arceo <farceo@redhat.com>
---------
Signed-off-by: Francisco Javier Arceo <farceo@redhat.com>
squashing the last 15 commits to one.
Merge branch 'master' into feature/adding-remote-onlinestore-rebase
Adding documentation and incorporating code review comment.
Signed-off-by: Lokesh Rangineni <lokeshforjava@gmail.com>
Adding documentation and incorporating code review comment.
Signed-off-by: Lokesh Rangineni <lokeshforjava@gmail.com>
Merge remote-tracking branch 'fork/feature/adding-remote-onlinestore-rebase' into feature/adding-remote-onlinestore-rebase1 parent 0d162e9 commit 5231bac
File tree
26 files changed
+1465
-421
lines changed- .github/workflows
- docs/reference
- online-stores
- infra/scripts/pixi
- sdk/python
- feast
- infra/online_stores
- requirements
- tests
- example_repos
- integration
- feature_repos
- online_store
- registration
- unit
- online_store
26 files changed
+1465
-421
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
89 | | - | |
| 89 | + | |
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
73 | | - | |
74 | | - | |
75 | | - | |
76 | | - | |
77 | | - | |
78 | | - | |
79 | 73 | | |
80 | 74 | | |
81 | 75 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| 16 | + | |
16 | 17 | | |
| 18 | + | |
17 | 19 | | |
18 | 20 | | |
19 | 21 | | |
| |||
108 | 110 | | |
109 | 111 | | |
110 | 112 | | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
111 | 129 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
17 | 20 | | |
18 | 21 | | |
19 | | - | |
| 22 | + | |
| 23 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| 16 | + | |
16 | 17 | | |
17 | 18 | | |
18 | 19 | | |
| |||
247 | 248 | | |
248 | 249 | | |
249 | 250 | | |
| 251 | + | |
| 252 | + | |
| 253 | + | |
| 254 | + | |
| 255 | + | |
| 256 | + | |
| 257 | + | |
| 258 | + | |
| 259 | + | |
| 260 | + | |
| 261 | + | |
| 262 | + | |
| 263 | + | |
| 264 | + | |
250 | 265 | | |
251 | 266 | | |
252 | 267 | | |
| |||
257 | 272 | | |
258 | 273 | | |
259 | 274 | | |
| 275 | + | |
| 276 | + | |
| 277 | + | |
| 278 | + | |
260 | 279 | | |
261 | 280 | | |
| 281 | + | |
| 282 | + | |
| 283 | + | |
| 284 | + | |
| 285 | + | |
| 286 | + | |
| 287 | + | |
| 288 | + | |
| 289 | + | |
| 290 | + | |
| 291 | + | |
262 | 292 | | |
263 | 293 | | |
264 | 294 | | |
265 | 295 | | |
| 296 | + | |
| 297 | + | |
| 298 | + | |
| 299 | + | |
| 300 | + | |
| 301 | + | |
| 302 | + | |
| 303 | + | |
| 304 | + | |
| 305 | + | |
| 306 | + | |
| 307 | + | |
| 308 | + | |
| 309 | + | |
| 310 | + | |
| 311 | + | |
| 312 | + | |
| 313 | + | |
| 314 | + | |
| 315 | + | |
| 316 | + | |
| 317 | + | |
| 318 | + | |
266 | 319 | | |
267 | 320 | | |
268 | 321 | | |
| |||
1881 | 1934 | | |
1882 | 1935 | | |
1883 | 1936 | | |
1884 | | - | |
| 1937 | + | |
1885 | 1938 | | |
1886 | 1939 | | |
1887 | 1940 | | |
1888 | 1941 | | |
| 1942 | + | |
| 1943 | + | |
| 1944 | + | |
| 1945 | + | |
| 1946 | + | |
| 1947 | + | |
| 1948 | + | |
| 1949 | + | |
| 1950 | + | |
| 1951 | + | |
1889 | 1952 | | |
1890 | 1953 | | |
1891 | 1954 | | |
1892 | 1955 | | |
1893 | 1956 | | |
1894 | 1957 | | |
1895 | | - | |
| 1958 | + | |
1896 | 1959 | | |
1897 | 1960 | | |
1898 | 1961 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 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 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
0 commit comments