feast-dev/feast

Doc: Document feature store objects deletion from feast

已关闭

#5,360 创建于 2025年5月16日

 (11 条评论) (0 个反应) (0 位负责人)Python (896 个派生)batch import
good first issuekind/featurestarter-ticket

仓库指标

星标
 (5,029 个星标)
PR 合并指标
 (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.

贡献者指南