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
- 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.