Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/feast-dev/feast
/ NoopRegistryStore
Class
NoopRegistryStore
sdk/python/feast/infra/registry/registry_store.py:41–49 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
39
40
41
class
NoopRegistryStore(RegistryStore):
42
def
get_registry_proto(self) -> RegistryProto:
43
return
RegistryProto()
44
45
def
update_registry_proto(self, registry_proto: RegistryProto):
46
pass
47
48
def
teardown(self):
49
pass
Callers
1
clone
Method · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected