Skip to content

featurebyte.HistoricalFeatureTable.list_deployments

list_deployments( ) -> DataFrame

Description

List all deployments associated with the historical feature table.

Returns

  • DataFrame
    List of deployments

Examples

>>> historical_feature_table = catalog.get_historical_feature_table("historical_feature_table_name")
>>> historical_feature_table.list_deployments()