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
Currently, writes to the online store require a Pandas DataFrame as an input, which creates the same latency bottlenecks. We should add support for writing native python dictionary objects to the online store to improve latency performance.
The text was updated successfully, but these errors were encountered:
Support for native python was added to on demand feature views (feast-dev/feast#4045) which resolved an outstanding issue from 2022 (feast-dev/feast#2261).
Currently, writes to the online store require a Pandas DataFrame as an input, which creates the same latency bottlenecks. We should add support for writing native python dictionary objects to the online store to improve latency performance.
The text was updated successfully, but these errors were encountered: