Skip to content

featurebyte.HistoricalFeatureTable.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")
>>> historical_feature_table.delete()