feast-dev/feast

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

Open

#6429 aperta il 22 mag 2026

Vedi su GitHub
 (2 commenti) (0 reazioni) (1 assegnatario)Python (896 fork)batch import
Community Contribution Neededgood 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. 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.

Guida contributor