-
Notifications
You must be signed in to change notification settings - Fork 1.3k
feat: Add feature view versioning support to PostgreSQL and MySQL online stores #6193
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
ntkathole
merged 9 commits into
feast-dev:master
from
YassinNouh21:feat/postgres-mysql-versioning
Apr 7, 2026
Merged
Changes from 1 commit
Commits
Show all changes
9 commits
Select commit
Hold shift + click to select a range
bd35805
feat: Add feature view versioning support to PostgreSQL and MySQL onl…
YassinNouh21 5426d9c
fix: guard optional MySQL/Postgres imports in _check_versioned_read_s…
YassinNouh21 4abdda3
fix: drop all versioned tables on teardown and extract shared _table_id
YassinNouh21 0ffa1ec
style: fix ruff formatting for _table_id signatures
YassinNouh21 8bf0ef7
style: collapse remaining multi-line signatures to single line
YassinNouh21 d827045
fix: use regex for precise version table matching in teardown
YassinNouh21 386d01a
style: wrap long _drop_all_version_tables signature
YassinNouh21 e782090
fix: remove redundant DROP INDEX in MySQL _drop_table_and_index
YassinNouh21 47b1f36
Merge branch 'master' into feat/postgres-mysql-versioning
YassinNouh21 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: drop all versioned tables on teardown and extract shared _table_id
Teardown was only dropping the current version's table, orphaning older versioned tables (e.g. _v1, _v2). Now queries the database catalog to find and drop all versioned tables for each feature view. Also extracts the duplicated _table_id logic from SQLite, MySQL, and Postgres into a shared compute_table_id helper. Signed-off-by: yassinnouh21 <yassinnouh21@gmail.com>
- Loading branch information
commit 4abdda3134d2f48fbe1f924cdc6de79e8270b38e
Some comments aren't visible on the classic Files Changed page.
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
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.