[Alpha] Feature View Versioning
How It Works
feast apply # First apply → v0
# ... edit schema ...
feast apply # Detects change → v1
feast apply # No change detected → still v1 (no new version)
# ... edit source ...
feast apply # Detects change → v2ConfigurationVersion history tracking is always active — no configuration needed. Every feast apply that changes a feature view automatically records a version snapshot.
feast apply that changes a feature view automatically records a version snapshot.Version string formats
Format
Meaning
Staged Publishing (--no-promote)
--no-promote)Phased rollout workflow
Listing Version History
Version-Qualified Feature References
Supported Feature View Types
Online Store SupportCurrently, version-qualified online reads (@v<N>) are only supported with the SQLite online store. Support for additional online stores (Redis, DynamoDB, Bigtable, Postgres, etc.) will be added based on community priority.
@v<N>) are only supported with the SQLite online store. Support for additional online stores (Redis, DynamoDB, Bigtable, Postgres, etc.) will be added based on community priority.Full Details
Naming Restrictions
Known Limitations
Last updated
Was this helpful?