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

Class InvalidEntityType

sdk/python/feast/errors.py:436–441  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

434
435
436class InvalidEntityType(FeastError):
437 def __init__(self, entity_type: type):
438 super().__init__(
439 f"The entity dataframe you have provided must be a Pandas DataFrame or a SQL query, "
440 f"but we found: {entity_type} "
441 )
442
443
444class ConflictingFeatureViewNames(FeastError):

Callers 15

_upload_entity_dfFunction · 0.90
_get_entity_schemaFunction · 0.90
_upload_entity_dfFunction · 0.90
_get_entity_schemaFunction · 0.90
_upload_entity_dfFunction · 0.90
_upload_entity_dfFunction · 0.90
_get_entity_schemaFunction · 0.90
_get_entity_schemaFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected