featurebyte.HistoricalFeatureTable.update_description¶ update_description( description: Union[str, NoneType] ) Description¶ Update description for the historical feature table. Parameters¶ description: Union[str, NoneType] Description of the object Examples¶ >>> historical_feature_table = catalog.get_historical_feature_table("historical_feature_table_name") >>> historical_feature_table.update_description(description)