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

can't retrieve specific field from feature service #3075

Closed
jungyuneum opened this issue Aug 12, 2022 · 3 comments · Fixed by #3089
Closed

can't retrieve specific field from feature service #3075

jungyuneum opened this issue Aug 12, 2022 · 3 comments · Fixed by #3089

Comments

@jungyuneum
Copy link

Expected Behavior

from driver_ratings_feature_view import driver_ratings_fv
from driver_trips_feature_view import driver_stats_fv

driver_stats_fs = FeatureService(
    name="driver_activity",
    features=[driver_stats_fv, driver_ratings_fv[["lifetime_rating"]]]
)

If I define my feature service as above,
it should return all fields of driver_stats_fv and lifetime_rating field from driver_ratings_fv.

Current Behavior

I get all fields defined in feature views even though I specify a certain field.
Could you please check if this is the right behavior of feature service?

Specifications

  • Version: feast 0.23.1
  • Platform: Python3.8
  • Subsystem:
@felixwang9817
Copy link
Collaborator

hey @jungyuneum thanks for reporting this bug! could you share your full feature repo (specifically, the definitions of driver_ratings_fv and driver_stats_fv) so we can repro this issue?

@felixwang9817
Copy link
Collaborator

quick update here: managed to repro this issue and should be able to get a fix out soon!

@jungyuneum
Copy link
Author

Hi @felixwang9817 I just checked this comment. Really need to get this fixed 👍 Thank you so much!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants