featurebyte.ObservationTable.update_description¶ update_description( description: Union[str, NoneType] ) Description¶ Update description for the observation table. Parameters¶ description: Union[str, NoneType] Description of the object Examples¶ >>> observation_table = catalog.get_observation_table("observation_table") >>> observation_table.update_description(description)