feast-dev/feast

Doc: Document feature store objects deletion from feast

Open

#5.360 aberto em 16 de mai. de 2025

Ver no GitHub
 (11 comments) (0 reactions) (0 assignees)Python (896 forks)batch import
good first issuekind/featurestarter-ticket

Métricas do repositório

Stars
 (5.029 stars)
Métricas de merge de PR
 (Mesclagem média 8d 20h) (55 fundiu PRs em 30d)

Description

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.

Guia do colaborador