René's URL Explorer Experiment


Title: fix: Add project_id filter to SnowflakeRegistry UPDATE path by Abhishek8108 · Pull Request #6243 · feast-dev/feast · GitHub

Open Graph Title: fix: Add project_id filter to SnowflakeRegistry UPDATE path by Abhishek8108 · Pull Request #6243 · feast-dev/feast

X Title: fix: Add project_id filter to SnowflakeRegistry UPDATE path by Abhishek8108 · Pull Request #6243 · feast-dev/feast

Description: Summary Fixes #6208. SnowflakeRegistry._apply_object had a missing project_id clause in the UPDATE branch's WHERE condition. In a shared Snowflake registry, this allowed a feast apply in one project to silently overwrite a same-named object belonging to a different project. Root cause: The helper has two SQL branches: SELECT (existence check) — correctly scoped: WHERE project_id = '{project}' AND {id_field} = '{name}' UPDATE (overwrite) — was missing project_id: WHERE {id_field} = '{name}' The fix brings the UPDATE path in line with the SELECT and DELETE paths, which already scoped by project_id correctly. Impact: Affects all resource types routed through _apply_object — entities, data sources, feature views, feature services, saved datasets, validation references, permissions, and infrastructure objects. Changes sdk/python/feast/infra/registry/snowflake.py — add project_id = '{project}' AND to the UPDATE WHERE clause (one line) sdk/python/tests/unit/infra/registry/test_snowflake_registry.py — new regression test; mocks the Snowflake connection, drives _apply_object into the UPDATE path, and asserts project_id appears in the WHERE clause Test plan New regression test passes: pytest sdk/python/tests/unit/infra/registry/test_snowflake_registry.py -v All existing registry unit tests pass: pytest sdk/python/tests/unit/infra/registry/ -v Manually verified UPDATE query now reads: WHERE project_id = '{project}' AND {id_field} = '{name}'

Open Graph Description: Summary Fixes #6208. SnowflakeRegistry._apply_object had a missing project_id clause in the UPDATE branch's WHERE condition. In a shared Snowflake registry, this allowed a feast apply in one pr...

X Description: Summary Fixes #6208. SnowflakeRegistry._apply_object had a missing project_id clause in the UPDATE branch's WHERE condition. In a shared Snowflake registry, this allowed a feast apply in on...

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

X: @github

direct link

Domain: github.com

route-pattern/:user_id/:repository/pull/:id/files(.:format)
route-controllerpull_requests
route-actionfiles
fetch-noncev2:28f98abd-07ab-39c4-3c29-2c6824e860f7
current-catalog-service-hashae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b
request-idD10E:18C93:333FE25:46C0CEF:6A4F2B49
html-safe-noncef2af9cffb882094e7e1a88f43ad8a762230cdc27a9af55ff3ebf141c4818e77b
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJEMTBFOjE4QzkzOjMzM0ZFMjU6NDZDMENFRjo2QTRGMkI0OSIsInZpc2l0b3JfaWQiOiIxMjgxNzk5MjM3MTI2Nzk0MDU3IiwicmVnaW9uX2VkZ2UiOiJpYWQiLCJyZWdpb25fcmVuZGVyIjoiaWFkIn0=
visitor-hmac318adc53b460fba7fb437dce977f0ffba8c0827d8c9c08343733149e3538c53c
hovercard-subject-tagpull_request:3504974853
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/6243/files
twitter:imagehttps://avatars.githubusercontent.com/u/87538407?s=400&v=4
twitter:cardsummary_large_image
og:imagehttps://avatars.githubusercontent.com/u/87538407?s=400&v=4
og:image:altSummary Fixes #6208. SnowflakeRegistry._apply_object had a missing project_id clause in the UPDATE branch's WHERE condition. In a shared Snowflake registry, this allowed a feast apply in one pr...
og:site_nameGitHub
og:typeobject
hostnamegithub.com
expected-hostnamegithub.com
Noneb92d11c0aa4a77d54ef4af1078b6a15fb5a70a215b30c4ecf28889d5a8e656d9
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
release2b8f23afb982271f1b22258a94aede67a6b77760
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/feast-dev/feast/pull/6243/files#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Ffeast-dev%2Ffeast%2Fpull%2F6243%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/open-source/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/open-source/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/enterprise/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%2F6243%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/6243/files
Reloadhttps://github.com/feast-dev/feast/pull/6243/files
Reloadhttps://github.com/feast-dev/feast/pull/6243/files
Please reload this pagehttps://github.com/feast-dev/feast/pull/6243/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 172 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
ntkatholehttps://github.com/ntkathole
feast-dev:masterhttps://github.com/feast-dev/feast/tree/master
Abhishek8108:fix/snowflake-registry-update-project-id-filterhttps://github.com/Abhishek8108/feast/tree/fix/snowflake-registry-update-project-id-filter
Conversation 4 https://github.com/feast-dev/feast/pull/6243
Commits 3 https://github.com/feast-dev/feast/pull/6243/commits
Checks 26 https://github.com/feast-dev/feast/pull/6243/checks
Files changed https://github.com/feast-dev/feast/pull/6243/files
Please reload this pagehttps://github.com/feast-dev/feast/pull/6243/files
fix: Add project_id filter to SnowflakeRegistry UPDATE path https://github.com/feast-dev/feast/pull/6243/files#top
Show all changes 3 commits https://github.com/feast-dev/feast/pull/6243/files
bb4eca0 fix: add project_id filter to SnowflakeRegistry UPDATE path Abhishek8108 Apr 8, 2026 https://github.com/feast-dev/feast/pull/6243/commits/bb4eca05f68b558f67c21024c8dd0616c6c1c638
3b67c4e test: fix lint and add cross-project isolation test for SnowflakeRegi… Abhishek8108 Apr 10, 2026 https://github.com/feast-dev/feast/pull/6243/commits/3b67c4e55b482a3b9ab2598e89be6f99e8417d00
2d7913a test: suppress detect-secrets false positive on test_password fixture Abhishek8108 Apr 11, 2026 https://github.com/feast-dev/feast/pull/6243/commits/2d7913a4b7f33102a6bc023f551e5a77a42c9dfe
Clear filters https://github.com/feast-dev/feast/pull/6243/files
Please reload this pagehttps://github.com/feast-dev/feast/pull/6243/files
Please reload this pagehttps://github.com/feast-dev/feast/pull/6243/files
snowflake.py https://github.com/feast-dev/feast/pull/6243/files#diff-d30055e36a0d91416fa2c53782809c120e5d63b886ab4aceda70ba92407bbad2
test_snowflake_registry.py https://github.com/feast-dev/feast/pull/6243/files#diff-b8a0cb7a5f60b9f11f5dde2de16a270331419bb34f05d903496e2982bab63b2f
https://github.com/feast-dev/feast/blob/master/CODEOWNERS#L10
sdk/python/feast/infra/registry/snowflake.pyhttps://github.com/feast-dev/feast/pull/6243/files#diff-d30055e36a0d91416fa2c53782809c120e5d63b886ab4aceda70ba92407bbad2
View file https://github.com/Abhishek8108/feast/blob/2d7913a4b7f33102a6bc023f551e5a77a42c9dfe/sdk/python/feast/infra/registry/snowflake.py
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/feast-dev/feast/pull/6243/{{ revealButtonHref }}
https://github.com/feast-dev/feast/pull/6243/files#diff-d30055e36a0d91416fa2c53782809c120e5d63b886ab4aceda70ba92407bbad2
https://github.com/feast-dev/feast/pull/6243/files#diff-d30055e36a0d91416fa2c53782809c120e5d63b886ab4aceda70ba92407bbad2
https://github.com/feast-dev/feast/blob/master/CODEOWNERS#L10
sdk/python/tests/unit/infra/registry/test_snowflake_registry.pyhttps://github.com/feast-dev/feast/pull/6243/files#diff-b8a0cb7a5f60b9f11f5dde2de16a270331419bb34f05d903496e2982bab63b2f
View file https://github.com/Abhishek8108/feast/blob/2d7913a4b7f33102a6bc023f551e5a77a42c9dfe/sdk/python/tests/unit/infra/registry/test_snowflake_registry.py
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/feast-dev/feast/pull/6243/{{ revealButtonHref }}
Please reload this pagehttps://github.com/feast-dev/feast/pull/6243/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.