feast-dev/feast

Doc: Document feature store objects deletion from feast

クローズ

#5,360 opened on 2025/05/16

 (11 件のコメント) (0 件のリアクション) (0 人の担当者)Python (896 件のフォーク)batch import
good first issuekind/featurestarter-ticket

Repository metrics

Stars
 (5,029 個のスター)
PR merge metrics
 (PR metrics pending)

説明

Is your feature request related to a problem? Please describe. Feast currently supports the objects deletion from registry, but its not documented yet. The object deletion is done via : feast.apply(objects_to_delete=[feature_view1])

Describe the solution you'd like

  1. Document the object deletion using a jupyter notebook that:
  • Creates feature store objects.
  • Read the feature store objects.
  • Deletes the objects.
  • Validate the deleted objects are not available.
  1. [Optional] Write an unit test.

コントリビューターガイド