MCPcopy Create free account
hub / github.com/feast-dev/feast / SavedDatasetLocationAlreadyExists

Class SavedDatasetLocationAlreadyExists

sdk/python/feast/errors.py:311–313  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

309
310
311class SavedDatasetLocationAlreadyExists(FeastError):
312 def __init__(self, location: str):
313 super().__init__(f"Saved dataset location {location} already exists.")
314
315
316class FeastOfflineStoreInvalidName(FeastError):

Callers 5

persistMethod · 0.90
_write_data_sourceFunction · 0.90
persistMethod · 0.90
persistMethod · 0.90
persistMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected