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

refactor: Use get_any_feature_view in online flow instead of listing them #4545

Merged

Conversation

tokoko
Copy link
Collaborator

@tokoko tokoko commented Sep 20, 2024

What this PR does / why we need it:

Currently during get_online_features call, feast lists all feature views in the registry, stores them in a dict and then does lookups. This PR changes the flow to directly retrieving only the required feature views.

Signed-off-by: tokoko <togurgenidze@gmail.com>
Signed-off-by: tokoko <togurgenidze@gmail.com>
@franciscojavierarceo franciscojavierarceo merged commit 163d34f into feast-dev:master Sep 20, 2024
23 checks passed
@tokoko tokoko deleted the online-get-feature-views-refactor branch September 20, 2024 17:51
tmihalac pushed a commit to tmihalac/feast that referenced this pull request Sep 23, 2024
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.

2 participants