feast-dev/feast
GitHub で見るExtend enable/disable/set-state to all feature view types and REST/gRPC APIs
Open
#6,429 opened on 2026年5月22日
Community Contribution Neededgood first issuekind/featurestarter-ticket
Repository metrics
- Stars
- (5,029 stars)
- PR merge metrics
- (平均マージ 8d 20h) (30d で 55 merged PRs)
説明
Is your feature request related to a problem? Please describe.
The enable/disable/set-state commands for feature view state management (introduced in PR #6401) currently only exist under the feast feature-views CLI group and only support FeatureView and OnDemandFeatureView. There are no REST/gRPC API endpoints for these operations.
Describe the solution you'd like
- Add
enable,disable,set-stateCLI commands underon-demand-feature-viewsandstream-feature-views - Update
FeatureStore.enable_feature_view()/disable_feature_view()/set_feature_view_state()to handleStreamFeatureView - Add REST and gRPC API endpoints for enable, disable, and set-state operations
- Add unit tests for new CLI commands and API endpoints
Additional context Parent issue: #6331 Follow-up from PR #6401.