Skip to content

featurebyte.HistoricalFeatureTable.delete

delete( )

Description

Deletes the historical feature table.

Raises

  • RecordDeletionException
    When the record cannot be deleted properly

Examples

>>> historical_feature_table = catalog.get_historical_feature_table(
...     "historical_feature_table_name"
... )  # doctest: +SKIP
>>> historical_feature_table.delete()