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
When first creating a feature store, if we set online_store_fixed_node_count parameter to zero it creates with one node. Because of that, we have to use the update_online_store method right after the create method so that we don't need to change it manually.
The text was updated successfully, but these errors were encountered:
morgandu
added
type: feature request
‘Nice-to-have’ improvement, new feature or different behavior or design.
type: bug
Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
and removed
triage me
I really want to be triaged.
type: feature request
‘Nice-to-have’ improvement, new feature or different behavior or design.
labels
Apr 20, 2022
morgandu
added
type: feature request
‘Nice-to-have’ improvement, new feature or different behavior or design.
and removed
priority: p2
Moderately-important priority. Fix may not be included in next release.
type: bug
Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
labels
Apr 22, 2022
When first creating a feature store, if we set
online_store_fixed_node_count
parameter to zero it creates with one node. Because of that, we have to use the update_online_store method right after the create method so that we don't need to change it manually.The text was updated successfully, but these errors were encountered: