-
Notifications
You must be signed in to change notification settings - Fork 1k
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: Add Couchbase Columnar as an Offline Store #5025
feat: Add Couchbase Columnar as an Offline Store #5025
Conversation
35e23e9
to
64f2616
Compare
64f2616
to
655f2d1
Compare
6bdb721
to
583defd
Compare
COUCHBASE_REQUIRED = ["couchbase==4.3.2"] | ||
COUCHBASE_REQUIRED = [ | ||
"couchbase==4.3.2", | ||
"couchbase-columnar==1.0.0" |
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.
Add this in https://github.com/feast-dev/feast/blob/master/pyproject.toml#L58 as well
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, added: 645467b
dc1a10b
to
d23a582
Compare
Signed-off-by: Elliot Scribner <[email protected]>
Signed-off-by: Elliot Scribner <[email protected]>
Signed-off-by: Elliot Scribner <[email protected]>
Signed-off-by: Elliot Scribner <[email protected]>
Signed-off-by: Elliot Scribner <[email protected]>
Signed-off-by: Elliot Scribner <[email protected]>
Signed-off-by: Elliot Scribner <[email protected]>
Signed-off-by: Elliot Scribner <[email protected]>
Signed-off-by: Elliot Scribner <[email protected]>
Signed-off-by: Elliot Scribner <[email protected]>
Signed-off-by: Elliot Scribner <[email protected]>
Signed-off-by: Elliot Scribner <[email protected]>
Signed-off-by: Elliot Scribner <[email protected]>
Signed-off-by: Elliot Scribner <[email protected]>
Signed-off-by: Elliot Scribner <[email protected]>
Signed-off-by: Elliot Scribner <[email protected]>
Signed-off-by: Elliot Scribner <[email protected]>
Signed-off-by: Elliot Scribner <[email protected]>
Signed-off-by: Elliot Scribner <[email protected]>
Signed-off-by: Elliot Scribner <[email protected]>
Signed-off-by: Elliot Scribner <[email protected]>
Signed-off-by: Elliot Scribner <[email protected]>
645467b
to
4df968b
Compare
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 great @ejscribner!! 🚀
What this PR does / why we need it:
Which issue(s) this PR fixes:
N/A
Misc