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

Function generate_version_id

sdk/python/feast/version_utils.py:49–51  ·  view source on GitHub ↗

Generate a UUID for a version record.

()

Source from the content-addressed store, hash-verified

47
48
49def generate_version_id() -> str:
50 """Generate a UUID for a version record."""
51 return str(uuid.uuid4())

Callers 4

_save_version_recordMethod · 0.90
test_is_uuidMethod · 0.90
test_uniqueMethod · 0.90

Calls

no outgoing calls

Tested by 2

test_is_uuidMethod · 0.72
test_uniqueMethod · 0.72