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.
When first creating a feature store, if we set
online_store_fixed_node_countparameter 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.