-
Notifications
You must be signed in to change notification settings - Fork 999
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Feast/IKV online store contrib plugin integration #4060
Conversation
Signed-off-by: Pushkar Gupta <[email protected]>
Signed-off-by: Pushkar Gupta <[email protected]>
Signed-off-by: Pushkar Gupta <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚀🚀🚀
Head branch was pushed to by a user without write access
Signed-off-by: Pushkar Gupta <[email protected]>
setup.py
Outdated
@@ -209,6 +213,7 @@ | |||
+ CASSANDRA_REQUIRED | |||
+ AZURE_REQUIRED | |||
+ ROCKSET_REQUIRED | |||
+ IKV_REQUIRED |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is not necessary, since we are not adding tests to run on ci at this point
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks for flagging, removed
Signed-off-by: Pushkar Gupta <[email protected]>
Signed-off-by: Pushkar Gupta <[email protected]>
Signed-off-by: Pushkar Gupta <[email protected]>
Signed-off-by: Pushkar Gupta <[email protected]>
Closed this and opened #4068 to work-around DCO issue |
What this PR does / why we need it:
We add a new online store (IKV - https://www.inlined.io/) to feast by following the guide here:
docs.feast.dev/how-to-guides/customizing-feast/adding-support-for-a-new-online-store