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

Function entity

sdk/python/tests/integration/registration/test_versioning.py:45–50  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

43
44@pytest.fixture
45def entity():
46 return Entity(
47 name="driver_id",
48 join_keys=["driver_id"],
49 value_type=ValueType.INT64,
50 )
51
52
53@pytest.fixture

Callers

nothing calls this directly

Calls 1

EntityClass · 0.90

Tested by

no test coverage detected