Refactor OnDemandFeatureView to Inherit from FeatureView for Compute Engine Integration
Open
kind/feature
- Dominant language
- Python
- Stars
- 7.3k
- Forks
- 1.4k
- Avg merge
- 1d 21h
- Merged PRs (30d)
- 15
Description
**Is your feature request related to a problem? Please describe.**
Currently, OnDemandFeatureView (ODFV) inherits from BaseFeatureView and uses a custom materialization path that bypasses the compute engine.
**Describe the solution you'd like**
Refactor OnDemandFeatureView to inherit from FeatureView instead of BaseFeatureView. This refactoring would be a great improvement that aligns ODFVs with Feast's compute engine unlocking new capabilities for distributed ODFV processing.
Contributor guide
Assessment
This issue has not been assessed yet.