Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
49
def
generate_version_id() -> str:
50
""
"Generate a UUID for a version record."
""
51
return
str(uuid.uuid4())
Callers
4
_save_version_record
Method · 0.90
_save_version_snapshot
Method · 0.90
test_is_uuid
Method · 0.90
test_unique
Method · 0.90
Calls
no outgoing calls
Tested by
2
test_is_uuid
Method · 0.72
test_unique
Method · 0.72