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
I'm using PostgreSQL as the online store for my feature server. However, when connecting in remote mode and executing feast apply, the table for the newly added feature view is not created in the online store.
After reviewing the source code, I noticed that there appears to be no logic to create tables in the online store when operating in remote mode.
Reference: https://github.com/feast-dev/feast/blob/master/sdk/python/feast/infra/online_stores/remote.py#L706C9-L715
How can I resolve this issue? I need feast apply to work in remote mode and properly update the online store tables.
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.
-
I'm using PostgreSQL as the online store for my feature server. However, when connecting in remote mode and executing
feast apply, the table for the newly added feature view is not created in the online store.After reviewing the source code, I noticed that there appears to be no logic to create tables in the online store when operating in remote mode.
Reference: https://github.com/feast-dev/feast/blob/master/sdk/python/feast/infra/online_stores/remote.py#L706C9-L715
How can I resolve this issue? I need
feast applyto work in remote mode and properly update the online store tables.Beta Was this translation helpful? Give feedback.
All reactions