feast-dev/feast

Doc: Document feature store objects deletion from feast

Open

#5.360 geöffnet am 16. Mai 2025

Auf GitHub ansehen
 (11 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Python (896 Forks)batch import
good first issuekind/featurestarter-ticket

Repository-Metriken

Stars
 (5.029 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 8T 20h) (55 gemergte PRs in 30 T)

Beschreibung

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.

Contributor Guide