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" ... ) # doctest: +SKIP >>> historical_feature_table.list_deployments()