feast-dev/feast

Extend enable/disable/set-state to all feature view types and REST/gRPC APIs

開放

#6,429 建立於 2026年5月22日

 (3 則留言) (0 個反應) (1 位負責人)Python (896 個分叉)batch import
Community Contribution Neededgood first issuekind/featurestarter-ticket

倉庫指標

星標
 (5,029 顆星)
PR 合併指標
 (平均合併 9天 1小時) (30 天內合併 59 個 PR)

描述

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-state CLI commands under on-demand-feature-views and stream-feature-views
  • Update FeatureStore.enable_feature_view() / disable_feature_view() / set_feature_view_state() to handle StreamFeatureView
  • 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.

貢獻者指南