Skip to content

featurebyte.Catalog.get_entity

get_entity(
name: str
) -> Entity

Description

Gets an Entity object from the catalog based on its name. An Entity object defines an entity type represented in tables of the catalog, allowing for automatic table joins, unit of analysis, and organization of features, feature lists, and use cases.

Parameters

  • name: str
    Entity name.

Returns

  • Entity
    Entity object.

Examples

>>> entity = catalog.get_entity("grocerycustomer")