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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
1.40.0
New Features
Bug Fixes
Feature Store: get_feature_view() now correctly preserves online_config for feature views whose
names require SQL quoting (mixed case or special characters such as a space). Previously the returned
FeatureView reported online=False even when online was enabled at registration, causing read_feature_view(store_type=ONLINE) to fail with "Online store is not enabled".