MCPcopy 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
158class ConcurrentVersionConflict(FeastError):
159 def __init__(self, msg: str):
160 super().__init__(msg)
161
162
163class OnDemandFeatureViewNotFoundException(FeastObjectNotFoundException):

Callers 1

apply_feature_viewMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected