Skip to content

featurebyte.ObservationTable.delete

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"
... )  # doctest: +SKIP
>>> observation_table.delete()