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

Class DummyRetrievalJob

sdk/python/tests/component/ray/test_nodes.py:50–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48
49
50class DummyRetrievalJob:
51 def __init__(self, ray_dataset):
52 self._ray_dataset = ray_dataset
53
54 def to_ray_dataset(self):
55 return self._ray_dataset
56
57
58@pytest.fixture(scope="session")

Callers 1

test_ray_read_nodeFunction · 0.85

Calls

no outgoing calls

Tested by 1

test_ray_read_nodeFunction · 0.68