feast-dev/feast

Doc: Document feature store objects deletion from feast

Open

#5,360 建立於 2025年5月16日

在 GitHub 查看
 (11 留言) (0 反應) (0 負責人)Python (896 fork)batch import
good first issuekind/featurestarter-ticket

倉庫指標

Star
 (5,029 star)
PR 合併指標
 (平均合併 9天 1小時) (30 天內合併 59 個 PR)

描述

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.

貢獻者指南