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

Class DataSourceRepeatNamesException

sdk/python/feast/errors.py:86–90  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

84
85
86class DataSourceRepeatNamesException(FeastError):
87 def __init__(self, ds_name: str):
88 super().__init__(
89 f"Multiple data sources share the same case-insensitive name {ds_name}."
90 )
91
92
93class FeastObjectNotFoundException(FeastError):

Callers 1

_validate_data_sourcesFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected