Skip to content

featurebyte.Catalog.get_active

get_active( ) -> Union[Catalog, NoneType]

Description

Gets the currently active catalog.

Returns

  • Union[Catalog, NoneType]
    The currently active catalog or None if no catalog is active.

Examples

>>> catalog = fb.Catalog.get_active()
>>> catalog.name
'grocery'