You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running Feast in GKE, encountered an issue with the UI project selector. While my deployment correctly recognizes multiple projects in the backend, the UI dropdown only displays the generic label "Project" instead of showing actual project names.
Verified that multiple projects exist by running feast projects list from within the pod:
NAME DESCRIPTION
Proj A A project to perform estimation for A restaurant {}
Proj B A project to perform estimation for B restaurant {}
thought it bcs my feature store.yaml using var:
project: Proj A
registry:
registry_type: sql
path: postgresql+psycopg://postgres:${PG_PASSWORD}@${PG_HOST}:5432/${PG_DB}
but after fetch secrets in feature store deployment also doesnt work:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Running Feast in GKE, encountered an issue with the UI project selector. While my deployment correctly recognizes multiple projects in the backend, the UI dropdown only displays the generic label "Project" instead of showing actual project names.

Verified that multiple projects exist by running
feast projects list
from within the pod:thought it bcs my feature store.yaml using var:
but after fetch secrets in feature store deployment also doesnt work:
anything i missed out, requires help 🙏
Beta Was this translation helpful? Give feedback.
All reactions