Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/feast-dev/feast
/ ConcurrentVersionConflict
Class
ConcurrentVersionConflict
sdk/python/feast/errors.py:158–160 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
156
157
158
class
ConcurrentVersionConflict(FeastError):
159
def
__init__(self, msg: str):
160
super().__init__(msg)
161
162
163
class
OnDemandFeatureViewNotFoundException(FeastObjectNotFoundException):
Callers
1
apply_feature_view
Method · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected