MCPcopy
hub / github.com/feast-dev/feast / _get_store_and_registry

Function _get_store_and_registry

sdk/python/feast/repo_operations.py:311–314  ·  view source on GitHub ↗
(repo_config)

Source from the content-addressed store, hash-verified

309
310
311def _get_store_and_registry(repo_config):
312 store = FeatureStore(config=repo_config)
313 registry = store.registry
314 return store, registry
315
316
317def extract_objects_for_apply_delete(project, registry, repo):

Callers 2

planFunction · 0.85
apply_totalFunction · 0.85

Calls 1

FeatureStoreClass · 0.90

Tested by

no test coverage detected