Skip to content

featurebyte.ObservationTable.update_description

update_description(
description: Optional[str]
)

Description

Update description for the observation table.

Parameters

  • description: Optional[str]
    Description of the object

Examples

>>> observation_table = catalog.get_observation_table("observation_table")
>>> observation_table.update_description(description)