-
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
Feature view does not exist error in on-demand feature view #4363
Comments
@ndenStanford hey, seems like |
Hello @tokoko. Appreciate your response, and I apologize for the delay in getting back to you. You are absolutely right about that. While the initial issue has been resolved, I'm still having trouble getting the single feature store to work. Regarding the script from the on-demand feature view, what do driver_hourly_stats and transformed_conv_rate need to have in common? Do they need to share the same entity or entity join key, or do they need to have some common columns?
Running my script in the original comment, I am encountering the error ERROR: column reference "topic" is ambiguous. Please see the full log below.
Is there a way to find a complete example script of the on-demand feature view? What's the rationale for needing to register an additional feature view? Initially, I thought the on-demand feature would be appended to the original in place. Thank you in advance. |
I am trying to run the on-demand feature view but not able to execute it correctly. The example section on this manual page also does not provide a valid link as shown below.
See https://github.com/feast-dev/on-demand-feature-views-demo for an example on how to use on-demand feature views.
Any solution or suggestion is greatly appreciated.
Expected Behavior
One-demand feature successfully generates the new feature.
Current Behavior
One-demand feature does not work when running "get_historical_features" encountering the following error
Steps to reproduce
Specifications
Possible Solution
The text was updated successfully, but these errors were encountered: