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

Class DataSourceNotFoundException

sdk/python/feast/errors.py:72–76  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70
71
72class DataSourceNotFoundException(FeastError):
73 def __init__(self, path):
74 super().__init__(
75 f"Unable to find table at '{path}'. Please check that table exists."
76 )
77
78
79class DataSourceNoNameException(FeastError):

Calls

no outgoing calls

Tested by

no test coverage detected