feat: Add online_read_async for dynamodb#4244
Conversation
Signed-off-by: robhowley <rhowley@seatgeek.com>
Signed-off-by: robhowley <rhowley@seatgeek.com>
Signed-off-by: robhowley <rhowley@seatgeek.com>
feat: online_read_async for dynamodb
Signed-off-by: robhowley <rhowley@seatgeek.com>
Signed-off-by: robhowley <rhowley@seatgeek.com>
Signed-off-by: robhowley <rhowley@seatgeek.com>
Signed-off-by: robhowley <rhowley@seatgeek.com>
Signed-off-by: robhowley <rhowley@seatgeek.com>
Signed-off-by: robhowley <rhowley@seatgeek.com>
…response Signed-off-by: robhowley <rhowley@seatgeek.com>
|
unclear what the failure in @franciscojavierarceo im assuming you have perms for a rerun? 🙏 |
Sorry, something went wrong.
|
@robhowley I created a benchmark repo to test redis async implementation. If you want to make use of it to test your changes. You should be able to install your Feast version here and configure the dynamodb here. |
Sorry, something went wrong.
|
I reran and it looks like a bucket issue failed. will have to dig into this more later. CC @lokeshrangineni @jeremyary @tokoko |
Sorry, something went wrong.
|
Definitely flaky, this just errored out other docs-only PR as well. I think we were missing this before because @robhowley Can you comment out this line here for now? I'll try to reenable it later... |
Sorry, something went wrong.
Signed-off-by: robhowley <rhowley@seatgeek.com>
Signed-off-by: robhowley <rhowley@seatgeek.com>
Signed-off-by: robhowley <rhowley@seatgeek.com>
tokoko
left a comment
There was a problem hiding this comment.
lgtm, thanks
Sorry, something went wrong.
# [0.39.0](v0.38.0...v0.39.0) (2024-06-18) ### Bug Fixes * Feast UI importlib change ([#4248](#4248)) ([5d486b8](5d486b8)) * Feature server no_feature_log argument error ([#4255](#4255)) ([15524ce](15524ce)) * Feature UI Server image won't start in an OpenShift cluster ([#4250](#4250)) ([4891f76](4891f76)) * Handles null values in data during GO Feature retrieval ([#4274](#4274)) ([c491e57](c491e57)) * Make Java gRPC client use timeouts as expected ([#4237](#4237)) ([f5a37c1](f5a37c1)) * Remove self assignment code line. ([#4238](#4238)) ([e514f66](e514f66)) * Set default values for feature_store.serve() function ([#4225](#4225)) ([fa74438](fa74438)) ### Features * Add online_read_async for dynamodb ([#4244](#4244)) ([b5ef384](b5ef384)) * Add the ability to list objects by `tags` ([#4246](#4246)) ([fbf92da](fbf92da)) * Added deadline to gRPC Java client ([#4217](#4217)) ([ff429c9](ff429c9)) * Adding vector search for sqlite ([#4176](#4176)) ([2478831](2478831)) * Change get_online_features signature, move online retrieval functions to utils ([#4278](#4278)) ([7287662](7287662)) * Feature/adding remote online store ([#4226](#4226)) ([9454d7c](9454d7c)) * List all feature views ([#4256](#4256)) ([36a574d](36a574d)) * Make RegistryServer writable ([#4231](#4231)) ([79e1143](79e1143)) * Remote offline Store ([#4262](#4262)) ([28a3d24](28a3d24)) * Set optional full-scan for deletion ([#4189](#4189)) ([b9cadd5](b9cadd5))
What this PR does / why we need it:
Which issue(s) this PR fixes:
Fixes