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

Class FeastExtrasDependencyImportError

sdk/python/feast/errors.py:259–266  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

257
258
259class FeastExtrasDependencyImportError(FeastError):
260 def __init__(self, extras_type: str, nested_error: str):
261 message = (
262 nested_error
263 + "\n"
264 + f"You may need run {Style.BRIGHT + Fore.GREEN}pip install 'feast[{extras_type}]'{Style.RESET_ALL}"
265 )
266 super().__init__(message)
267
268
269class FeastOfflineStoreUnsupportedDataSource(FeastError):

Callers 15

__init__Method · 0.90
s3.pyFile · 0.90
get_registry_protoMethod · 0.90
__init__Method · 0.90
__init__Method · 0.90
aws_utils.pyFile · 0.90
snowflake_utils.pyFile · 0.90
redis.pyFile · 0.90
datastore.pyFile · 0.90
dynamodb.pyFile · 0.90
mongodb.pyFile · 0.90
bigquery.pyFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected