René's URL Explorer Experiment


Title: fix: Fix Shared SQL/Snowflake registry crashes on cross-project UDF deserialization by ntkathole · Pull Request #6427 · feast-dev/feast · GitHub

Open Graph Title: fix: Fix Shared SQL/Snowflake registry crashes on cross-project UDF deserialization by ntkathole · Pull Request #6427 · feast-dev/feast

X Title: fix: Fix Shared SQL/Snowflake registry crashes on cross-project UDF deserialization by ntkathole · Pull Request #6427 · feast-dev/feast

Description: What this PR does / why we need it: When multiple Feast projects share a single registry (PostgreSQL, S3, or Snowflake), operations like feast apply, REST API listing (/features/all), and UI dashboard crash with ModuleNotFoundError because the registry eagerly deserializes UDFs (via dill.loads()) from all projects — including those whose Python modules aren't installed in the current environment. This PR fixes the crash at two layers: Layer 1: Cache building (proto() method) — SQL & Snowflake registries Added a proto_only parameter to _list_objects() that returns raw protobuf objects without calling from_proto(), completely bypassing dill.loads(). Refactored proto() to use _list_objects(proto_only=True) when building the in-memory cache, restoring the clean lister-loop pattern. Layer 2: REST API / gRPC listing — All registry types Threaded a skip_udf parameter through the registry stack: base_registry → caching_registry / registry / snowflake / remote → proto_registry_utils. gRPC handlers (ListFeatureViews, ListStreamFeatureViews, ListOnDemandFeatureViews, ListAllFeatureViews, ListFeatures) pass skip_udf=True so metadata listing never triggers dill.loads(). Preserved full API response fidelity: when skip_udf=True, the raw transformation proto is stored on the Python object and used directly in to_proto(), so the response (including UDF source text, binary body, name, mode) is identical to the non-skip path.

Open Graph Description: What this PR does / why we need it: When multiple Feast projects share a single registry (PostgreSQL, S3, or Snowflake), operations like feast apply, REST API listing (/features/all), and UI dashbo...

X Description: What this PR does / why we need it: When multiple Feast projects share a single registry (PostgreSQL, S3, or Snowflake), operations like feast apply, REST API listing (/features/all), and UI dashbo...

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

X: @github

direct link

Domain: github.com

route-pattern/:user_id/:repository/pull/:id/files(.:format)
route-controllerpull_requests
route-actionfiles
fetch-noncev2:8537bc8f-3569-5a3e-3a7e-7bb9174ece8c
current-catalog-service-hashae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b
request-idCA2A:244C0:3F6B037:58741D3:6A4F5BFB
html-safe-nonced3a667674518110921fa59ef9bb414a4c5088185fcc2f34dd85dd1c19a69caa5
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJDQTJBOjI0NEMwOjNGNkIwMzc6NTg3NDFEMzo2QTRGNUJGQiIsInZpc2l0b3JfaWQiOiI0NzUyNTA1ODczMTU0MTM3MDgzIiwicmVnaW9uX2VkZ2UiOiJpYWQiLCJyZWdpb25fcmVuZGVyIjoiaWFkIn0=
visitor-hmac6183de4c9df2e1c41ee280f34254a363e3f079b0dc27d7be9170098fecc872dd
hovercard-subject-tagpull_request:3722506765
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/6427/files
twitter:imagehttps://avatars.githubusercontent.com/u/16951913?s=400&v=4
twitter:cardsummary_large_image
og:imagehttps://avatars.githubusercontent.com/u/16951913?s=400&v=4
og:image:altWhat this PR does / why we need it: When multiple Feast projects share a single registry (PostgreSQL, S3, or Snowflake), operations like feast apply, REST API listing (/features/all), and UI dashbo...
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
release4b249b445842943ed31549e027f57a8ade9881ed
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/feast-dev/feast/pull/6427/files#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Ffeast-dev%2Ffeast%2Fpull%2F6427%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%2F6427%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/6427/files
Reloadhttps://github.com/feast-dev/feast/pull/6427/files
Reloadhttps://github.com/feast-dev/feast/pull/6427/files
Please reload this pagehttps://github.com/feast-dev/feast/pull/6427/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 173 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
ntkathole:fix_shared_project_udfhttps://github.com/ntkathole/feast/tree/fix_shared_project_udf
Conversation 0 https://github.com/feast-dev/feast/pull/6427
Commits 2 https://github.com/feast-dev/feast/pull/6427/commits
Checks 26 https://github.com/feast-dev/feast/pull/6427/checks
Files changed https://github.com/feast-dev/feast/pull/6427/files
Please reload this pagehttps://github.com/feast-dev/feast/pull/6427/files
fix: Fix Shared SQL/Snowflake registry crashes on cross-project UDF deserialization https://github.com/feast-dev/feast/pull/6427/files#top
Show all changes 2 commits https://github.com/feast-dev/feast/pull/6427/files
263c52e fix: Fix shared SQL registry crash - avoid unnecessary UDF deserializ… ntkathole May 21, 2026 https://github.com/feast-dev/feast/pull/6427/commits/263c52e9a62c6d414e108fe21cc085870c9040c8
f1cb1c8 fix: PyJWT 2.10+ added validation that rejects empty HMAC keys ntkathole May 22, 2026 https://github.com/feast-dev/feast/pull/6427/commits/f1cb1c8ebb45e63c76184c3093a2a1b1436e6bae
Clear filters https://github.com/feast-dev/feast/pull/6427/files
Please reload this pagehttps://github.com/feast-dev/feast/pull/6427/files
Please reload this pagehttps://github.com/feast-dev/feast/pull/6427/files
feature_view.py https://github.com/feast-dev/feast/pull/6427/files#diff-2ad1fe8c07795c37cab906c0b8a0a5a2721afa54265f4664b31f451cc6cfcbb6
base_registry.py https://github.com/feast-dev/feast/pull/6427/files#diff-c0a697ad0a143c46409d813c90c6d1d412f6db7368e656bfe1c4855b32228244
caching_registry.py https://github.com/feast-dev/feast/pull/6427/files#diff-8c00295d47283bc2b5221e3d797bb3cbec657ac8eb1f11326fb041f60c1941a8
proto_registry_utils.py https://github.com/feast-dev/feast/pull/6427/files#diff-0da2fb3694cff37219d3787d0b9037fa87c0299de63a5e2d1828ad860a2a5cfb
registry.py https://github.com/feast-dev/feast/pull/6427/files#diff-e399b315ba346413cd4c6d0ce607a4376137f9be98df9b3044a79e749a5dd12e
remote.py https://github.com/feast-dev/feast/pull/6427/files#diff-e7e60b86539817c283efbf18668db889311a80d25e255ac1dbeb726f5c615b66
snowflake.py https://github.com/feast-dev/feast/pull/6427/files#diff-d30055e36a0d91416fa2c53782809c120e5d63b886ab4aceda70ba92407bbad2
sql.py https://github.com/feast-dev/feast/pull/6427/files#diff-c6193043c77bd411f332b1a92fc0d92f4f3011787438f1515454a2854b10beda
on_demand_feature_view.py https://github.com/feast-dev/feast/pull/6427/files#diff-eae3cfbedbd8b8c1e67b1f4b031c342b423fad9c69648ea58bc4ba3d7be83ac0
intra_comm_authentication_client_manager.py https://github.com/feast-dev/feast/pull/6427/files#diff-a81f9e37e94a408beab11d3a4be736e6cee99084ddc667f0bd4877307e4421a1
kubernetes_auth_client_manager.py https://github.com/feast-dev/feast/pull/6427/files#diff-2c63b6c91b398aa2bd4793ec0221f42a00e989d9b177e6cfe22314536d6ffc55
oidc_authentication_client_manager.py https://github.com/feast-dev/feast/pull/6427/files#diff-e7144bf62eedefc68930345ab8aebffd0e2d07f58e0f9274c6046e512660a961
registry_server.py https://github.com/feast-dev/feast/pull/6427/files#diff-6cac8a996d69afacdfc6c858f131f1cfeb807b24222356dd3e96a74fdfb31f92
stream_feature_view.py https://github.com/feast-dev/feast/pull/6427/files#diff-2e4720ca136985a5a5d96582142a0aefa591c64c7ad8d90f8c179bda294da252
test_sql_registry.py https://github.com/feast-dev/feast/pull/6427/files#diff-012108ddb480dcae8037d27c9826769dcea359e2c87ea799b5b1e105026b92d0
https://github.com/feast-dev/feast/blob/master/CODEOWNERS#L10
sdk/python/feast/feature_view.pyhttps://github.com/feast-dev/feast/pull/6427/files#diff-2ad1fe8c07795c37cab906c0b8a0a5a2721afa54265f4664b31f451cc6cfcbb6
View file https://github.com/ntkathole/feast/blob/f1cb1c8ebb45e63c76184c3093a2a1b1436e6bae/sdk/python/feast/feature_view.py
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/feast-dev/feast/pull/6427/{{ revealButtonHref }}
https://github.com/feast-dev/feast/pull/6427/files#diff-2ad1fe8c07795c37cab906c0b8a0a5a2721afa54265f4664b31f451cc6cfcbb6
https://github.com/feast-dev/feast/pull/6427/files#diff-2ad1fe8c07795c37cab906c0b8a0a5a2721afa54265f4664b31f451cc6cfcbb6
https://github.com/feast-dev/feast/pull/6427/files#diff-2ad1fe8c07795c37cab906c0b8a0a5a2721afa54265f4664b31f451cc6cfcbb6
https://github.com/feast-dev/feast/pull/6427/files#diff-2ad1fe8c07795c37cab906c0b8a0a5a2721afa54265f4664b31f451cc6cfcbb6
https://github.com/feast-dev/feast/pull/6427/files#diff-2ad1fe8c07795c37cab906c0b8a0a5a2721afa54265f4664b31f451cc6cfcbb6
https://github.com/feast-dev/feast/pull/6427/files#diff-2ad1fe8c07795c37cab906c0b8a0a5a2721afa54265f4664b31f451cc6cfcbb6
https://github.com/feast-dev/feast/blob/master/CODEOWNERS#L10
sdk/python/feast/infra/registry/base_registry.pyhttps://github.com/feast-dev/feast/pull/6427/files#diff-c0a697ad0a143c46409d813c90c6d1d412f6db7368e656bfe1c4855b32228244
View file https://github.com/ntkathole/feast/blob/f1cb1c8ebb45e63c76184c3093a2a1b1436e6bae/sdk/python/feast/infra/registry/base_registry.py
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/feast-dev/feast/pull/6427/{{ revealButtonHref }}
https://github.com/feast-dev/feast/pull/6427/files#diff-c0a697ad0a143c46409d813c90c6d1d412f6db7368e656bfe1c4855b32228244
https://github.com/feast-dev/feast/pull/6427/files#diff-c0a697ad0a143c46409d813c90c6d1d412f6db7368e656bfe1c4855b32228244
https://github.com/feast-dev/feast/pull/6427/files#diff-c0a697ad0a143c46409d813c90c6d1d412f6db7368e656bfe1c4855b32228244
https://github.com/feast-dev/feast/pull/6427/files#diff-c0a697ad0a143c46409d813c90c6d1d412f6db7368e656bfe1c4855b32228244
https://github.com/feast-dev/feast/pull/6427/files#diff-c0a697ad0a143c46409d813c90c6d1d412f6db7368e656bfe1c4855b32228244
https://github.com/feast-dev/feast/pull/6427/files#diff-c0a697ad0a143c46409d813c90c6d1d412f6db7368e656bfe1c4855b32228244
https://github.com/feast-dev/feast/pull/6427/files#diff-c0a697ad0a143c46409d813c90c6d1d412f6db7368e656bfe1c4855b32228244
https://github.com/feast-dev/feast/pull/6427/files#diff-c0a697ad0a143c46409d813c90c6d1d412f6db7368e656bfe1c4855b32228244
https://github.com/feast-dev/feast/pull/6427/files#diff-c0a697ad0a143c46409d813c90c6d1d412f6db7368e656bfe1c4855b32228244
https://github.com/feast-dev/feast/pull/6427/files#diff-c0a697ad0a143c46409d813c90c6d1d412f6db7368e656bfe1c4855b32228244
https://github.com/feast-dev/feast/pull/6427/files#diff-c0a697ad0a143c46409d813c90c6d1d412f6db7368e656bfe1c4855b32228244
https://github.com/feast-dev/feast/pull/6427/files#diff-c0a697ad0a143c46409d813c90c6d1d412f6db7368e656bfe1c4855b32228244
https://github.com/feast-dev/feast/blob/master/CODEOWNERS#L10
sdk/python/feast/infra/registry/caching_registry.pyhttps://github.com/feast-dev/feast/pull/6427/files#diff-8c00295d47283bc2b5221e3d797bb3cbec657ac8eb1f11326fb041f60c1941a8
View file https://github.com/ntkathole/feast/blob/f1cb1c8ebb45e63c76184c3093a2a1b1436e6bae/sdk/python/feast/infra/registry/caching_registry.py
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/feast-dev/feast/pull/6427/{{ revealButtonHref }}
https://github.com/feast-dev/feast/pull/6427/files#diff-8c00295d47283bc2b5221e3d797bb3cbec657ac8eb1f11326fb041f60c1941a8
https://github.com/feast-dev/feast/pull/6427/files#diff-8c00295d47283bc2b5221e3d797bb3cbec657ac8eb1f11326fb041f60c1941a8
https://github.com/feast-dev/feast/pull/6427/files#diff-8c00295d47283bc2b5221e3d797bb3cbec657ac8eb1f11326fb041f60c1941a8
https://github.com/feast-dev/feast/pull/6427/files#diff-8c00295d47283bc2b5221e3d797bb3cbec657ac8eb1f11326fb041f60c1941a8
https://github.com/feast-dev/feast/pull/6427/files#diff-8c00295d47283bc2b5221e3d797bb3cbec657ac8eb1f11326fb041f60c1941a8
https://github.com/feast-dev/feast/pull/6427/files#diff-8c00295d47283bc2b5221e3d797bb3cbec657ac8eb1f11326fb041f60c1941a8
https://github.com/feast-dev/feast/pull/6427/files#diff-8c00295d47283bc2b5221e3d797bb3cbec657ac8eb1f11326fb041f60c1941a8
https://github.com/feast-dev/feast/pull/6427/files#diff-8c00295d47283bc2b5221e3d797bb3cbec657ac8eb1f11326fb041f60c1941a8
https://github.com/feast-dev/feast/pull/6427/files#diff-8c00295d47283bc2b5221e3d797bb3cbec657ac8eb1f11326fb041f60c1941a8
https://github.com/feast-dev/feast/blob/master/CODEOWNERS#L10
sdk/python/feast/infra/registry/proto_registry_utils.pyhttps://github.com/feast-dev/feast/pull/6427/files#diff-0da2fb3694cff37219d3787d0b9037fa87c0299de63a5e2d1828ad860a2a5cfb
View file https://github.com/ntkathole/feast/blob/f1cb1c8ebb45e63c76184c3093a2a1b1436e6bae/sdk/python/feast/infra/registry/proto_registry_utils.py
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/feast-dev/feast/pull/6427/{{ revealButtonHref }}
https://github.com/feast-dev/feast/pull/6427/files#diff-0da2fb3694cff37219d3787d0b9037fa87c0299de63a5e2d1828ad860a2a5cfb
https://github.com/feast-dev/feast/pull/6427/files#diff-0da2fb3694cff37219d3787d0b9037fa87c0299de63a5e2d1828ad860a2a5cfb
https://github.com/feast-dev/feast/pull/6427/files#diff-0da2fb3694cff37219d3787d0b9037fa87c0299de63a5e2d1828ad860a2a5cfb
https://github.com/feast-dev/feast/pull/6427/files#diff-0da2fb3694cff37219d3787d0b9037fa87c0299de63a5e2d1828ad860a2a5cfb
https://github.com/feast-dev/feast/blob/master/CODEOWNERS#L10
sdk/python/feast/infra/registry/registry.pyhttps://github.com/feast-dev/feast/pull/6427/files#diff-e399b315ba346413cd4c6d0ce607a4376137f9be98df9b3044a79e749a5dd12e
View file https://github.com/ntkathole/feast/blob/f1cb1c8ebb45e63c76184c3093a2a1b1436e6bae/sdk/python/feast/infra/registry/registry.py
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/feast-dev/feast/pull/6427/{{ revealButtonHref }}
https://github.com/feast-dev/feast/pull/6427/files#diff-e399b315ba346413cd4c6d0ce607a4376137f9be98df9b3044a79e749a5dd12e
https://github.com/feast-dev/feast/pull/6427/files#diff-e399b315ba346413cd4c6d0ce607a4376137f9be98df9b3044a79e749a5dd12e
https://github.com/feast-dev/feast/pull/6427/files#diff-e399b315ba346413cd4c6d0ce607a4376137f9be98df9b3044a79e749a5dd12e
https://github.com/feast-dev/feast/pull/6427/files#diff-e399b315ba346413cd4c6d0ce607a4376137f9be98df9b3044a79e749a5dd12e
https://github.com/feast-dev/feast/pull/6427/files#diff-e399b315ba346413cd4c6d0ce607a4376137f9be98df9b3044a79e749a5dd12e
https://github.com/feast-dev/feast/blob/master/CODEOWNERS#L10
sdk/python/feast/infra/registry/remote.pyhttps://github.com/feast-dev/feast/pull/6427/files#diff-e7e60b86539817c283efbf18668db889311a80d25e255ac1dbeb726f5c615b66
View file https://github.com/ntkathole/feast/blob/f1cb1c8ebb45e63c76184c3093a2a1b1436e6bae/sdk/python/feast/infra/registry/remote.py
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/feast-dev/feast/pull/6427/{{ revealButtonHref }}
https://github.com/feast-dev/feast/pull/6427/files#diff-e7e60b86539817c283efbf18668db889311a80d25e255ac1dbeb726f5c615b66
https://github.com/feast-dev/feast/pull/6427/files#diff-e7e60b86539817c283efbf18668db889311a80d25e255ac1dbeb726f5c615b66
https://github.com/feast-dev/feast/pull/6427/files#diff-e7e60b86539817c283efbf18668db889311a80d25e255ac1dbeb726f5c615b66
https://github.com/feast-dev/feast/pull/6427/files#diff-e7e60b86539817c283efbf18668db889311a80d25e255ac1dbeb726f5c615b66
https://github.com/feast-dev/feast/pull/6427/files#diff-e7e60b86539817c283efbf18668db889311a80d25e255ac1dbeb726f5c615b66
https://github.com/feast-dev/feast/pull/6427/files#diff-e7e60b86539817c283efbf18668db889311a80d25e255ac1dbeb726f5c615b66
https://github.com/feast-dev/feast/pull/6427/files#diff-e7e60b86539817c283efbf18668db889311a80d25e255ac1dbeb726f5c615b66
Please reload this pagehttps://github.com/feast-dev/feast/pull/6427/files
Please reload this pagehttps://github.com/feast-dev/feast/pull/6427/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.