MCPcopy
hub / github.com/feast-dev/feast / RequestDataNotFoundInEntityDfException

Class RequestDataNotFoundInEntityDfException

sdk/python/feast/errors.py:173–177  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

171
172
173class RequestDataNotFoundInEntityDfException(FeastObjectNotFoundException):
174 def __init__(self, feature_name, feature_view_name):
175 super().__init__(
176 f"Feature {feature_name} not found in the entity dataframe, but required by feature view {feature_view_name}"
177 )
178
179
180class RequestDataNotFoundInEntityRowsException(FeastObjectNotFoundException):

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected