Newbie question related to Deploy Feast feature servers on Kubernetes #4955
Unanswered
VidhyaPandi
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have to retrieve online features for prediction.
In my feature-store.yaml contains the configuration of online store and registry as follows.
project: tenant_repo
registry: data/registry.db
provider: local
online_store:
type: postgres
host:
port:
database: <db_name>
db_schema: <schema_name>
user:
password:
entity_key_serialization_version: 2
auth:
type: no_auth
I followed the doc https://docs.feast.dev/how-to-guides/running-feast-in-production and successfully set up feast feature server on kubernetes
Now when i try to get the online features:
http://:/get-online-features i am getting error "{"module": "feast.errors", "class": "FeatureViewNotFoundException", "message": "Feature view equipment_maintenance_pred does not exist in project tenant_repo"}"
Questions:
Beta Was this translation helpful? Give feedback.
All reactions