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

Class FeatureViewPinConflict

sdk/python/feast/errors.py:149–155  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

147
148
149class FeatureViewPinConflict(FeastError):
150 def __init__(self, name, version):
151 super().__init__(
152 f"Cannot pin feature view '{name}' to {version} because the definition has also been modified. "
153 f"To pin to an older version, only change the 'version' parameter — do not modify other fields. "
154 f"To apply a new definition, use version='latest' or omit the version parameter."
155 )
156
157
158class ConcurrentVersionConflict(FeastError):

Callers 2

apply_feature_viewMethod · 0.90
apply_feature_viewMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected