MCPcopy Index your code
hub / github.com/feast-dev/feast / feature_store

Function feature_store

sdk/python/tests/conftest.py:480–482  ·  view source on GitHub ↗
(temp_dir, auth_config, applied_permissions)

Source from the content-addressed store, hash-verified

478
479@pytest.fixture
480def feature_store(temp_dir, auth_config, applied_permissions):
481 print(f"Creating store at {temp_dir}")
482 return default_store(str(temp_dir), auth_config, applied_permissions)
483
484
485@pytest.fixture(scope="module")

Callers

nothing calls this directly

Calls 1

default_storeFunction · 0.90

Tested by

no test coverage detected