featurebyte.Catalog.get_historical_feature_table¶ get_historical_feature_table( name: str ) -> HistoricalFeatureTable Description¶ Get historical feature table by name. Parameters¶ name: str Historical feature table name. Returns¶ HistoricalFeatureTable Historical feature table object. Examples¶ Get a saved historical feature table. >>> historical_feature_table = catalog.get_historical_feature_table("historical_feature_table_name")