René's URL Explorer Experiment


Title: feat: Add versioning support for DynamoDB online store by rpathade · Pull Request #6191 · feast-dev/feast · GitHub

Open Graph Title: feat: Add versioning support for DynamoDB online store by rpathade · Pull Request #6191 · feast-dev/feast

X Title: feat: Add versioning support for DynamoDB online store by rpathade · Pull Request #6191 · feast-dev/feast

Description: What this PR does / why we need it Closes #6163 Feature view versioning was introduced in #6101, but version-qualified feature references (e.g. driver_stats@v2:trips_today) only worked with the SQLite online store. All other online stores raised VersionedOnlineReadNotSupported when a versioned ref was used. This PR adds versioned read/write support to the DynamoDB online store, following the same pattern as the SQLite reference implementation: Write path: when enable_online_feature_view_versioning is enabled, _get_table_name appends a _v{N} suffix to the DynamoDB table name (e.g. project.driver_stats_v2), routing materialization to the correct versioned table Read path: version-qualified lookups (@v2) set projection.version_tag on the feature view before online_read is called; _get_table_name picks this up and routes to the correct table. projection.version_tag takes priority over current_version_number so explicit version requests are always honoured Gate: _check_versioned_read_support in online_store.py now allows DynamoDBOnlineStore through, covering both sync and async read paths All existing read/write/update/teardown methods are covered by the single change to _get_table_name since every method routes through it. Which issue(s) this PR fixes Part of #2728 Checks I've made sure the tests are passing. My commits are signed off (git commit -s) My PR title follows conventional commits format Testing Strategy Unit tests — 6 new unit tests for _get_table_name covering: versioning disabled, projection.version_tag priority, current_version_number fallback, version 0 edge case, no version info, custom template Manual tests — end-to-end smoke test using moto (mocked DynamoDB) exercising write → read round trips across v1/v2 isolation, fallback behaviour, and missing entity handling Misc The version suffix is composed before the table_name_template is applied, so custom table_name_template values (e.g. "{project}__{table_name}") continue to work correctly with versioning enabled.

Open Graph Description: What this PR does / why we need it Closes #6163 Feature view versioning was introduced in #6101, but version-qualified feature references (e.g. driver_stats@v2:trips_today) only worked with the SQL...

X Description: What this PR does / why we need it Closes #6163 Feature view versioning was introduced in #6101, but version-qualified feature references (e.g. driver_stats@v2:trips_today) only worked with the SQL...

Opengraph URL: https://github.com/feast-dev/feast/pull/6191

X: @github

direct link

Domain: github.com

route-pattern/:user_id/:repository/pull/:id/files(.:format)
route-controllerpull_requests
route-actionfiles
fetch-noncev2:289f2df4-6f14-d3ae-dd94-d63a1f36b0cf
current-catalog-service-hashae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b
request-id9DEE:1BDC7:CB78F9:11A6D4A:6A4DE5DE
html-safe-nonce1b093ea3ad4b6f9a92e699751ab23fc55fe73836c92a5615ac30c0500cf5bcee
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiI5REVFOjFCREM3OkNCNzhGOToxMUE2RDRBOjZBNERFNURFIiwidmlzaXRvcl9pZCI6IjQ4NTY4NjA4MjY2ODg5Mzk0ODYiLCJyZWdpb25fZWRnZSI6ImlhZCIsInJlZ2lvbl9yZW5kZXIiOiJpYWQifQ==
visitor-hmac80093f645f66d63e7401aff368fcc2cc45c92ff8469932bce2b0a2b14b2ef3fe
hovercard-subject-tagpull_request:3462006818
github-keyboard-shortcutsrepository,pull-request-list,pull-request-conversation,pull-request-files-changed,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///pull_requests/show/files
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/feast-dev/feast/pull/6191/files
twitter:imagehttps://avatars.githubusercontent.com/u/73137503?s=400&v=4
twitter:cardsummary_large_image
og:imagehttps://avatars.githubusercontent.com/u/73137503?s=400&v=4
og:image:altWhat this PR does / why we need it Closes #6163 Feature view versioning was introduced in #6101, but version-qualified feature references (e.g. driver_stats@v2:trips_today) only worked with the SQL...
og:site_nameGitHub
og:typeobject
hostnamegithub.com
expected-hostnamegithub.com
None06b8a6144231bf3a234f1c2e9993861e07ce98a905912b114aa386c2d7e84b33
turbo-cache-controlno-preview
diff-viewunified
go-importgithub.com/feast-dev/feast git https://github.com/feast-dev/feast.git
octolytics-dimension-user_id57027613
octolytics-dimension-user_loginfeast-dev
octolytics-dimension-repository_id161133770
octolytics-dimension-repository_nwofeast-dev/feast
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id161133770
octolytics-dimension-repository_network_root_nwofeast-dev/feast
turbo-body-classeslogged-out env-production page-responsive full-width
disable-turbotrue
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release1d344bdb7547fe6bca17a59bb2b8aac3dc9532a0
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/feast-dev/feast/pull/6191/files#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Ffeast-dev%2Ffeast%2Fpull%2F6191%2Ffiles
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub Copilot appDirect agents from issue to mergehttps://github.com/features/ai/github-app
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
View all resourceshttps://github.com/resources
GitHub SponsorsFund open source developershttps://github.com/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/accelerator
GitHub Starshttps://stars.github.com
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Ffeast-dev%2Ffeast%2Fpull%2F6191%2Ffiles
Sign up https://github.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fpull_requests%2Fshow%2Ffiles&source=header-repo&source_repo=feast-dev%2Ffeast
Reloadhttps://github.com/feast-dev/feast/pull/6191/files
Reloadhttps://github.com/feast-dev/feast/pull/6191/files
Reloadhttps://github.com/feast-dev/feast/pull/6191/files
Please reload this pagehttps://github.com/feast-dev/feast/pull/6191/files
feast-dev https://github.com/feast-dev
feasthttps://github.com/feast-dev/feast
Notifications https://github.com/login?return_to=%2Ffeast-dev%2Ffeast
Fork 1.4k https://github.com/login?return_to=%2Ffeast-dev%2Ffeast
Star 7.1k https://github.com/login?return_to=%2Ffeast-dev%2Ffeast
Code https://github.com/feast-dev/feast
Issues 212 https://github.com/feast-dev/feast/issues
Pull requests 171 https://github.com/feast-dev/feast/pulls
Discussions https://github.com/feast-dev/feast/discussions
Actions https://github.com/feast-dev/feast/actions
Security and quality 1 https://github.com/feast-dev/feast/security
Insights https://github.com/feast-dev/feast/pulse
Code https://github.com/feast-dev/feast
Issues https://github.com/feast-dev/feast/issues
Pull requests https://github.com/feast-dev/feast/pulls
Discussions https://github.com/feast-dev/feast/discussions
Actions https://github.com/feast-dev/feast/actions
Security and quality https://github.com/feast-dev/feast/security
Insights https://github.com/feast-dev/feast/pulse
Sign up for GitHub https://github.com/signup?return_to=%2Ffeast-dev%2Ffeast%2Fissues%2Fnew%2Fchoose
terms of servicehttps://docs.github.com/terms
privacy statementhttps://docs.github.com/privacy
Sign inhttps://github.com/login?return_to=%2Ffeast-dev%2Ffeast%2Fissues%2Fnew%2Fchoose
rpathadehttps://github.com/rpathade
feast-dev:masterhttps://github.com/feast-dev/feast/tree/master
rpathade:feat/dynamodb-versioned-online-storehttps://github.com/rpathade/feast/tree/feat/dynamodb-versioned-online-store
Conversation 5 https://github.com/feast-dev/feast/pull/6191
Commits 1 https://github.com/feast-dev/feast/pull/6191/commits
Checks 27 https://github.com/feast-dev/feast/pull/6191/checks
Files changed https://github.com/feast-dev/feast/pull/6191/files
Please reload this pagehttps://github.com/feast-dev/feast/pull/6191/files
feat: Add versioning support for DynamoDB online store https://github.com/feast-dev/feast/pull/6191/files#top
Show all changes 1 commit https://github.com/feast-dev/feast/pull/6191/files
8017e43 Added versioning support for DynamoDB rpathade Mar 29, 2026 https://github.com/feast-dev/feast/pull/6191/commits/8017e43c54128e81b505b7405b3b26f4d8ae4b22
Clear filters https://github.com/feast-dev/feast/pull/6191/files
Please reload this pagehttps://github.com/feast-dev/feast/pull/6191/files
Please reload this pagehttps://github.com/feast-dev/feast/pull/6191/files
dynamodb.py https://github.com/feast-dev/feast/pull/6191/files#diff-331463f3d098d2af5805022abb43e80c4600f21f18126825bb2e3bebf1c6ea47
online_store.py https://github.com/feast-dev/feast/pull/6191/files#diff-5ca0c4f03c06d0555b1abff748ac19b61836cacade81c5c670df9cb2704b4021
test_dynamodb_online_store.py https://github.com/feast-dev/feast/pull/6191/files#diff-47a1e36609372d7f10ad3cb7c2052999e3940d2f50d6f26b2df5473528cd93cd
https://github.com/feast-dev/feast/blob/master/CODEOWNERS#L10
sdk/python/feast/infra/online_stores/dynamodb.pyhttps://github.com/feast-dev/feast/pull/6191/files#diff-331463f3d098d2af5805022abb43e80c4600f21f18126825bb2e3bebf1c6ea47
View file https://github.com/rpathade/feast/blob/8017e43c54128e81b505b7405b3b26f4d8ae4b22/sdk/python/feast/infra/online_stores/dynamodb.py
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/feast-dev/feast/pull/6191/{{ revealButtonHref }}
https://github.com/feast-dev/feast/pull/6191/files#diff-331463f3d098d2af5805022abb43e80c4600f21f18126825bb2e3bebf1c6ea47
https://github.com/feast-dev/feast/pull/6191/files#diff-331463f3d098d2af5805022abb43e80c4600f21f18126825bb2e3bebf1c6ea47
https://github.com/feast-dev/feast/blob/master/CODEOWNERS#L15
sdk/python/feast/infra/online_stores/online_store.pyhttps://github.com/feast-dev/feast/pull/6191/files#diff-5ca0c4f03c06d0555b1abff748ac19b61836cacade81c5c670df9cb2704b4021
View file https://github.com/rpathade/feast/blob/8017e43c54128e81b505b7405b3b26f4d8ae4b22/sdk/python/feast/infra/online_stores/online_store.py
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/feast-dev/feast/pull/6191/{{ revealButtonHref }}
https://github.com/feast-dev/feast/pull/6191/files#diff-5ca0c4f03c06d0555b1abff748ac19b61836cacade81c5c670df9cb2704b4021
ntkatholehttps://github.com/ntkathole
Apr 1, 2026https://github.com/feast-dev/feast/pull/6191/files#r3022313536
Please reload this pagehttps://github.com/feast-dev/feast/pull/6191/files
Learn morehttps://docs.github.com/articles/managing-disruptive-comments/#hiding-a-comment
Please reload this pagehttps://github.com/feast-dev/feast/pull/6191/files
https://github.com/feast-dev/feast/pull/6191/files#diff-5ca0c4f03c06d0555b1abff748ac19b61836cacade81c5c670df9cb2704b4021
https://github.com/feast-dev/feast/blob/master/CODEOWNERS#L10
sdk/python/tests/unit/infra/online_store/test_dynamodb_online_store.pyhttps://github.com/feast-dev/feast/pull/6191/files#diff-47a1e36609372d7f10ad3cb7c2052999e3940d2f50d6f26b2df5473528cd93cd
View file https://github.com/rpathade/feast/blob/8017e43c54128e81b505b7405b3b26f4d8ae4b22/sdk/python/tests/unit/infra/online_store/test_dynamodb_online_store.py
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/feast-dev/feast/pull/6191/{{ revealButtonHref }}
https://github.com/feast-dev/feast/pull/6191/files#diff-47a1e36609372d7f10ad3cb7c2052999e3940d2f50d6f26b2df5473528cd93cd
https://github.com/feast-dev/feast/pull/6191/files#diff-47a1e36609372d7f10ad3cb7c2052999e3940d2f50d6f26b2df5473528cd93cd
https://github.com/feast-dev/feast/pull/6191/files#diff-47a1e36609372d7f10ad3cb7c2052999e3940d2f50d6f26b2df5473528cd93cd
Please reload this pagehttps://github.com/feast-dev/feast/pull/6191/files
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.