feast-dev/feast
Vedi su GitHubDoc: Document feature store objects deletion from feast
Open
#5360 aperta il 16 mag 2025
good first issuekind/featurestarter-ticket
Metriche repository
- Star
- (5029 star)
- Metriche merge PR
- (Merge medio 8g 20h) (55 PR mergiate in 30 g)
Descrizione
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
- 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.
- [Optional] Write an unit test.