featurebyte.HistoricalFeatureTable.update_description¶ update_description( description: Optional[str] ) Description¶ Update description for the historical feature table. Parameters¶ description: Optional[str] Description of the object Examples¶ >>> historical_feature_table = catalog.get_historical_feature_table( ... "historical_feature_table_name" ... ) # doctest: +SKIP >>> historical_feature_table.update_description(description)