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

Class FeastObjectNotFoundException

sdk/python/feast/errors.py:93–102  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

91
92
93class FeastObjectNotFoundException(FeastError):
94 pass
95
96 def grpc_status_code(self) -> "GrpcStatusCode":
97 from grpc import StatusCode as GrpcStatusCode
98
99 return GrpcStatusCode.NOT_FOUND
100
101 def http_status_code(self) -> int:
102 return HttpStatusCode.HTTP_404_NOT_FOUND
103
104
105class EntityNotFoundException(FeastObjectNotFoundException):

Callers 5

GetFeatureMethod · 0.90
get_schemaMethod · 0.90
getterFunction · 0.90

Calls

no outgoing calls

Tested by 1

getterFunction · 0.72