featurebyte.Catalog.get_historical_feature_table_by_id¶ get_historical_feature_table_by_id( id: ObjectId ) -> HistoricalFeatureTable Description¶ Get historical feature table by id. Parameters¶ id: ObjectId Historical feature table id. Returns¶ HistoricalFeatureTable Historical feature table object. Examples¶ Get a saved historical feature table. >>> historiacl_feature_table = catalog.get_historical_feature_table_by_id(ObjectId())