Skip to content

featurebyte.FeatureStore.list

list(
include_id: Union[bool, NoneType]=True
) -> DataFrame

Description

Returns a DataFrame that lists the feature stores by their names, types and creation dates.

Parameters

  • include_id: Union[bool, NoneType]
    default: True
    Whether to include id in the list.

Returns

  • DataFrame
    Table of objects.

Examples

List all feature stores.

>>> feature_stores = fb.FeatureStore.list()