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

Function store_enabled

sdk/python/tests/integration/test_mlflow_integration.py:150–158  ·  view source on GitHub ↗
(driver_parquet, tracking_uri, feast_objects)

Source from the content-addressed store, hash-verified

148
149@pytest.fixture()
150def store_enabled(driver_parquet, tracking_uri, feast_objects):
151 tmp_path, _ = driver_parquet
152 store = _make_store(tmp_path, tracking_uri)
153 store.apply(list(feast_objects))
154 store.materialize(
155 start_date=datetime.now() - timedelta(days=7),
156 end_date=datetime.now(),
157 )
158 return store
159
160
161@pytest.fixture()

Callers

nothing calls this directly

Calls 3

_make_storeFunction · 0.85
applyMethod · 0.80
materializeMethod · 0.45

Tested by

no test coverage detected