-
Notifications
You must be signed in to change notification settings - Fork 1.2k
feat: Offline Store historical features retrieval based on datetime range for spark #5720
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
base: master
Are you sure you want to change the base?
Conversation
…ange for spark Signed-off-by: Aniket Paluskar <[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.
Reviewewd very high level, looks Good, but could you share the run logs ?
Signed-off-by: Aniket Paluskar <[email protected]>
Signed-off-by: Aniket Paluskar <[email protected]>
Feature Repo used: https://github.com/aniketpalu/feast_examples/tree/main/feature_repo_spark Attempted to retrieve historical features using entity_df:
(Failed) Attempt to retrieve historical features using start_date & end_date before implementing:
(Successful) Attempt to retrieve historical features using start_date & end_date:
|
|
@aniketpalu Did we validate the join works from multiple feature views in a feature service ? |
What this PR does / why we need it:
Which issue(s) this PR fixes:
RHOAIENG-38644
Misc