Skip to content

featurebyte.BatchFeatureTable.delete

delete( )

Description

Deletes the batch feature table.

Raises

  • RecordDeletionException
    When the record cannot be deleted properly

Examples

>>> batch_feature_table = catalog.get_batch_feature_table(
...     "batch_feature_table_name"
... )  # doctest: +SKIP
>>> batch_feature_table.delete()