-
Notifications
You must be signed in to change notification settings - Fork 1.3k
feat: Add version tracking to FeatureView #6101
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 1 commit
Commits
Show all changes
42 commits
Select commit
Hold shift + click to select a range
a90cb7f
feat: Add version tracking to FeatureView, StreamFeatureView, and OnD…
franciscojavierarceo f28942b
fix: Address PR review feedback from Devin
franciscojavierarceo 171785e
docs: Add feature view versioning documentation
franciscojavierarceo f035e96
fix: Address second round of PR review feedback from Devin
franciscojavierarceo 0c12655
fix: Clean up version history on delete and use write_engine consiste…
franciscojavierarceo d32ed52
docs: Clarify versioning auto-increment behavior and pin/revert flow
franciscojavierarceo f9e896f
fix: Add pin conflict detection to both file and SQL registries
franciscojavierarceo 2069b22
fix: Address Devin review feedback on versioning
franciscojavierarceo 83393aa
docs: Document concurrent multi-version serving limitations
franciscojavierarceo 94afe6e
feat: Implement version-qualified feature references (@v<N>)
franciscojavierarceo 76d1afc
fix: Resolve mypy type errors in proto_registry_utils.py
franciscojavierarceo 2541e41
feat: Add version metadata to clean @v2 syntax from feature names
franciscojavierarceo bceb052
fix: Update provider implementations with version metadata parameter
franciscojavierarceo 14b2da0
fix: Add version metadata parameter to all online store implementations
franciscojavierarceo fd776fc
fix: Resolve mypy type errors in versioning code
franciscojavierarceo e9c4c68
fix: Address Devin review feedback on versioning
franciscojavierarceo 903bda5
fix: Address additional Devin review feedback
franciscojavierarceo af47911
Merge branch 'master' into featureview-versioning
franciscojavierarceo dd31cdb
feat: Make feature view versioning opt-in via registry config
franciscojavierarceo 8809805
fix: Address Devin review feedback on versioning issues
franciscojavierarceo d23c4bb
fix: Preserve version tag in response column names for multi-version …
franciscojavierarceo c5d4b49
feat: Handle version race conditions gracefully with retry and forwar…
franciscojavierarceo 2a3e544
feat: Gate feature services that reference versioned feature views
franciscojavierarceo 66c280b
fix: Resolve mypy errors and rename config field for clarity
franciscojavierarceo cfc038b
feat: Enable feature service serving for versioned feature views
franciscojavierarceo c9aea43
docs: Update RFC for feature service support and rename CLI command
franciscojavierarceo 221e0ed
feat(ui): Add version display and Versions tab to feature view pages
franciscojavierarceo 3efccbf
style(ui): Fix prettier formatting in feature view components
franciscojavierarceo 6878fb0
updated utcnow
franciscojavierarceo 280daf6
feat: Add version-aware materialization support
franciscojavierarceo 43674ac
fix: Resolve three versioning regressions from review feedback
franciscojavierarceo 01e4e77
feat: Add --no-promote flag to feast apply and fix versioned ref parsing
franciscojavierarceo 1876060
docs: Consolidate versioning docs into alpha reference page
franciscojavierarceo 760c003
docs: Add no_promote to apply_diff_to_registry docstring
franciscojavierarceo bc986ef
fix: Reject reserved chars in FV names and make version parser resilient
franciscojavierarceo b2d6c09
Merge branch 'master' into featureview-versioning
franciscojavierarceo 3a73c87
fix: Add ensure_valid() call in Snowflake registry apply_feature_view
franciscojavierarceo 1468bc5
Merge branch 'master' into featureview-versioning
franciscojavierarceo 3c1ddbe
fix: Make version_tag optional in proto and use HasField() for correc…
franciscojavierarceo 8c1259f
fix: Address versioning review feedback (Snowflake, Go server, SQL re…
franciscojavierarceo ac0348d
Merge branch 'master' into featureview-versioning
franciscojavierarceo 7dfc447
fix: Handle @latest in Go feature server and pre-compile version regex
franciscojavierarceo File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
fix: Add version metadata parameter to all online store implementations
Add missing include_feature_view_version_metadata parameter to: - SqliteOnlineStore.retrieve_online_documents/v2 - FaissOnlineStore.retrieve_online_documents - QdrantOnlineStore.retrieve_online_documents - MilvusOnlineStore.retrieve_online_documents_v2 - RemoteOnlineStore.retrieve_online_documents/v2 - PostgresOnlineStore.retrieve_online_documents/v2 - ElasticsearchOnlineStore.retrieve_online_documents/v2 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
- Loading branch information
commit 14b2da0c805fc9be642b641cce2addec844e65d4
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.