← 返回首页
Improved feature view and model versioning · Issue #2728 · feast-dev/feast · GitHub
Skip to content

Navigation Menu

Toggle navigation
Sign in
Appearance settings
Search or jump to...

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Include my email address so I can be contacted

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Resetting focus

Improved feature view and model versioning #2728

New issue
New issue

Description

Problem

When using Feast, it can be hard to version features with respect to models in production.

  • Users modifying a re-used feature view (e.g. in response to upstream schema change) can accidentally impact other models in production
  • Hard to tie versions of features together or versions of models (~FeatureService)

As Feast adds batch transformations or #2597, transformation logic will also need to be versioned. This is already an issue today with on demand feature views too.

Potential solution

One way to address this is to double down on:

1. Feature services as the central way to retrieve features + track models.

  • Registering a feature service signifies dependent features / feature views are in "production"
  • Allow feature_service.get_historical_features or feature_service.get_online_features

2. Improvements to feast plan and feast apply

3. Feature view versioning

  • Not super sure here on the best practice, but a way to say that feature view B is a new version of feature view A.

Metadata

Metadata

Type

No type
No fields configured for issues without a type.

Projects

Status

Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions

    Footer

    © 2026 GitHub, Inc.