Skip to content

featurebyte.ObservationTable.delete

Description

Deletes the observation table.

Raises

  • RecordDeletionException
    When the record cannot be deleted properly

Examples

>>> observation_table = catalog.get_observation_table("observation_table_name")
>>> observation_table.delete()