Skip to content
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 SQLite as an offline store for Feast #4395

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

franciscojavierarceo
Copy link
Member

@franciscojavierarceo franciscojavierarceo commented Aug 8, 2024

What this PR does / why we need it:

This PR integrates SQLite as an offline store within Feast, providing a lightweight and easy-to-setup option for feature storage and retrieval. It includes the necessary class implementations and a new unit test for theget_historical_features function to ensure compatibility and functionality with the SQLite store.

Which issue(s) this PR fixes:

#4377

Misc

This integration aims to offer more flexibility for Feast users who prefer to use SQLite as their offline store. The unit test added ensures that the get_historical_features function behaves as expected when using SQLite.

This PR was created by Devin (https://github.com/apps/devin-ai-integration) and modified by me.

Let's see how good it is.

@franciscojavierarceo franciscojavierarceo changed the title Integrate SQLite as an offline store for Feast feat: Add SQLite as an offline store for Feast Aug 8, 2024
Signed-off-by: Francisco Javier Arceo <farceo@redhat.com>
Signed-off-by: Francisco Javier Arceo <farceo@redhat.com>
Signed-off-by: Francisco Javier Arceo <farceo@redhat.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant