MCPcopy Create free account
hub / github.com/feast-dev/feast / _register_store

Function _register_store

sdk/python/feast/mlflow.py:42–48  ·  view source on GitHub ↗

Called by ``FeatureStore.__init__`` to auto-register itself. This is an internal API — end users should call :func:`init` instead.

(store: "FeatureStore")

Source from the content-addressed store, hash-verified

40
41
42def _register_store(store: "FeatureStore") -> None:
43 """Called by ``FeatureStore.__init__`` to auto-register itself.
44
45 This is an internal API — end users should call :func:`init` instead.
46 """
47 global _registered_store
48 _registered_store = store
49
50
51def _build_client() -> Any:

Callers 1

_init_mlflowMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected