File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
sdk/python/feast/infra/online_stores Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -260,6 +260,7 @@ def get_online_features(
260260 def _check_versioned_read_support (self , grouped_refs , config : RepoConfig ):
261261 """Raise an error if versioned reads are attempted on unsupported stores."""
262262 from feast .infra .online_stores .sqlite import SqliteOnlineStore
263+
263264 for table , _ in grouped_refs :
264265 version_tag = getattr (table .projection , "version_tag" , None )
265266 if version_tag is None :
Original file line number Diff line number Diff line change 3939from feast .infra .infra_object import SQLITE_INFRA_OBJECT_CLASS_TYPE , InfraObject
4040from feast .infra .key_encoding_utils import (
4141 deserialize_entity_key ,
42- deserialize_f32 ,
43- deserialize_val ,
4442 serialize_entity_key ,
4543 serialize_f32 ,
4644)
You can’t perform that action at this time.
0 commit comments