René's URL Explorer Experiment


Title: feat: MLflow distributed tracing for Feast feature server by Vperiodt · Pull Request #6405 · feast-dev/feast · GitHub

Open Graph Title: feat: MLflow distributed tracing for Feast feature server by Vperiodt · Pull Request #6405 · feast-dev/feast

X Title: feat: MLflow distributed tracing for Feast feature server by Vperiodt · Pull Request #6405 · feast-dev/feast

Description: What this PR does / why we need it Adds end-to-end MLflow integration for Feast: distributed tracing, fine-tuning dataset export, and MLflow GenAI Dataset sync — enabling ML teams to trace agent-feature interactions, produce training data from production traces, and serve curated evaluation datasets through Feast's online store. 1. Distributed Tracing (mlflow.enable_distributed_tracing: true) Server-side spans: Every feature retrieval endpoint (get-online-features, retrieve-online-documents, write-to-online-store) creates an MLflow span with feature names, entity count, and project metadata. Cross-process trace linking: W3C traceparent header propagation — Feast spans become children of the caller's trace. MCP server forwards mcp-session-id for session grouping. In-process LLM span tagging: A span processor (feast_span_processor) automatically stamps LLM/CHAT_MODEL spans with feast.context_features when the SDK is used directly. PII redaction: Optional redact_entity_pii scrubs entity values from span inputs. Sampling: trace_sampling_ratio controls what percentage of requests produce spans. Graceful degradation: Missing MLflow, incompatible versions, or span creation failures never block feature serving. 2. Fine-Tuning Export Pipeline (feast finetuning export) Trace extraction: Queries MLflow for CHAT_MODEL spans, extracts prompt/completion pairs with feast.* context attributes. Assessment extraction: Automatically pulls expectations and feedback logged on traces (via MLflow UI or API) into metadata["expectations"] and metadata["feedback"] — enabling resolve_labels_from_mlflow to work end-to-end without manual label population. Label resolution: Joins with a Feast LabelView via get_historical_features (conflict policies: LAST_WRITE_WINS, LABELER_PRIORITY, MAJORITY_VOTE) or promotes MLflow expectations to corrected_response. Export formats: OpenAI-compatible JSONL or Feast-enriched JSONL (includes trace provenance, feature refs, entity values). --sync-feedback: Bridges resolved labels back to MLflow as feedback assessments. --register: Logs exported dataset as a tracked MLflow artifact. --dataset-tags: Attaches key=value metadata to registered datasets. 3. MLflow GenAI Dataset Sync (feast datasets sync) MlflowDatasetSource: A CUSTOM_SOURCE DataSource that stores MLflow dataset connection metadata (dataset name, tracking URI, field mappings) with full proto serialization. Sync engine: Fetches records from MLflow GenAI Datasets, flattens nested columns (inputs, expectations, source, tags), writes to online + offline stores via write_to_online_store / push. Incremental sync: Watermark-based (feast_last_sync_time tag) — only syncs records updated since last run. feast datasets preview: Inspect flattened records before committing a sync. Field mapping: Dot-path overrides (e.g. expectations.expected_response → golden_answer). Retry + batching: Exponential backoff on fetch failures, configurable batch size for writes. 4. Trace Assessment Sync (feast datasets sync-assessments) Assessment ingestion: Scans MLflow traces for expectations and feedback logged via the MLflow UI or mlflow.log_expectation / mlflow.log_feedback, flattens them into rows (trace_id, assessment_name, value, source_id, rationale), and writes to a Feast FeatureView or LabelView. Selective sync: --assessment-names filters which assessments to ingest. Bridges MLflow annotations to Feast: Enables runtime lookup of human/automated feedback and direct use as fine-tuning labels via the LabelView path. Configuration: mlflow: enabled: true tracking_uri: "http://mlflow:5000" enable_distributed_tracing: true trace_sampling_ratio: 1.0 redact_entity_pii: false Which issue(s) this PR fixes: 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 Integration tests Manual tests Testing is not required for this change Misc

Open Graph Description: What this PR does / why we need it Adds end-to-end MLflow integration for Feast: distributed tracing, fine-tuning dataset export, and MLflow GenAI Dataset sync — enabling ML teams to trace agent-fe...

X Description: What this PR does / why we need it Adds end-to-end MLflow integration for Feast: distributed tracing, fine-tuning dataset export, and MLflow GenAI Dataset sync — enabling ML teams to trace agent-fe...

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

X: @github

direct link

Domain: github.com

route-pattern/:user_id/:repository/pull/:id/files(.:format)
route-controllerpull_requests
route-actionfiles
fetch-noncev2:05e84fec-1b85-aaad-2b5b-c94e5518e003
current-catalog-service-hashae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b
request-idCC96:1D87A6:271971:34E310:6A5227F9
html-safe-nonce9daac69f0e950e9d805675b06eecd6fa8eab45ce9280f87d13a68bf9896fd101
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJDQzk2OjFEODdBNjoyNzE5NzE6MzRFMzEwOjZBNTIyN0Y5IiwidmlzaXRvcl9pZCI6Ijc3NzUxNzEwODE0NjAxMzE4MzMiLCJyZWdpb25fZWRnZSI6ImlhZCIsInJlZ2lvbl9yZW5kZXIiOiJpYWQifQ==
visitor-hmac146f665984d8011575614f259e3d110a34016ca9b6927679c76e95dcdd146df5
hovercard-subject-tagpull_request:3683208053
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/6405/files
twitter:imagehttps://avatars.githubusercontent.com/u/102902652?s=400&v=4
twitter:cardsummary_large_image
og:imagehttps://avatars.githubusercontent.com/u/102902652?s=400&v=4
og:image:altWhat this PR does / why we need it Adds end-to-end MLflow integration for Feast: distributed tracing, fine-tuning dataset export, and MLflow GenAI Dataset sync — enabling ML teams to trace agent-fe...
og:site_nameGitHub
og:typeobject
hostnamegithub.com
expected-hostnamegithub.com
Noneb9a586c06a05a7a86fc7e3f4dbd03e42f6869085879aa184aa6369456dbd50fb
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
release7aed05249554b889eb33d002851a973eebcc7e91
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/feast-dev/feast/pull/6405/files#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Ffeast-dev%2Ffeast%2Fpull%2F6405%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%2F6405%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/6405/files
Reloadhttps://github.com/feast-dev/feast/pull/6405/files
Reloadhttps://github.com/feast-dev/feast/pull/6405/files
Please reload this pagehttps://github.com/feast-dev/feast/pull/6405/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 213 https://github.com/feast-dev/feast/issues
Pull requests 176 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
Vperiodthttps://github.com/Vperiodt
feast-dev:masterhttps://github.com/feast-dev/feast/tree/master
Vperiodt:mcp-tracehttps://github.com/Vperiodt/feast/tree/mcp-trace
Conversation 20 https://github.com/feast-dev/feast/pull/6405
Commits 39 https://github.com/feast-dev/feast/pull/6405/commits
Checks 26 https://github.com/feast-dev/feast/pull/6405/checks
Files changed https://github.com/feast-dev/feast/pull/6405/files
Please reload this pagehttps://github.com/feast-dev/feast/pull/6405/files
feat: MLflow distributed tracing for Feast feature server https://github.com/feast-dev/feast/pull/6405/files#top
Show all changes 39 commits https://github.com/feast-dev/feast/pull/6405/files
483e0bc mlflow-tracing Vperiodt May 14, 2026 https://github.com/feast-dev/feast/pull/6405/commits/483e0bc6a272e2a3cdff2d8626e61bfc1ea669a2
e89e0a6 cross-process trace Vperiodt May 19, 2026 https://github.com/feast-dev/feast/pull/6405/commits/e89e0a67d4a6a0940abf7ae41e076c576ab2faf9
bd1a625 Merge branch 'feast-dev:master' into mcp-trace Vperiodt May 25, 2026 https://github.com/feast-dev/feast/pull/6405/commits/bd1a625909ea0ab0ece8c85c79c7e22347e91b53
4cf9f6e distributed tracing Vperiodt May 26, 2026 https://github.com/feast-dev/feast/pull/6405/commits/4cf9f6e16870ade6be0f61d9664f376feab267e7
5b3c20c Merge branch 'feast-dev:master' into mcp-trace Vperiodt May 27, 2026 https://github.com/feast-dev/feast/pull/6405/commits/5b3c20c672ad71d3e9a544eced20ebc8c1b11a25
1918d3c Resolve CI failures in MLflow tracing and MCP server tests Vperiodt May 27, 2026 https://github.com/feast-dev/feast/pull/6405/commits/1918d3c77b6bee6b61a85d295ce1576c2a4d33d3
189c20d Merge branch 'master' into mcp-trace Vperiodt Jun 2, 2026 https://github.com/feast-dev/feast/pull/6405/commits/189c20d069cd5dcf48eba17f43961bb24f93e48c
1b54f74 Merge branch 'master' into mcp-trace Vperiodt Jun 3, 2026 https://github.com/feast-dev/feast/pull/6405/commits/1b54f746a801e759a6f359a01dc474c658db5ff0
1f6058b Merge branch 'feast-dev:master' into mcp-trace Vperiodt Jun 3, 2026 https://github.com/feast-dev/feast/pull/6405/commits/1f6058be7f6b5ea6b8b47656683094d4e4e44a7e
2c80822 Merge branch 'master' into mcp-trace Vperiodt Jun 4, 2026 https://github.com/feast-dev/feast/pull/6405/commits/2c80822017098dffd34618b64fd89820e5b03f00
1164e84 resolve issues Vperiodt Jun 5, 2026 https://github.com/feast-dev/feast/pull/6405/commits/1164e84fc045bf40b75cf2636fc9f5e0cf1bc758
596c2ab fix-CI Vperiodt Jun 5, 2026 https://github.com/feast-dev/feast/pull/6405/commits/596c2aba8792bfc9ec53f6c6b715dc6888b2a4f5
31b1416 format Vperiodt Jun 8, 2026 https://github.com/feast-dev/feast/pull/6405/commits/31b141672a38c5abb8a06228d1eb9d87e9d9750b
a72e4c5 Merge branch 'master' into mcp-trace Vperiodt Jun 8, 2026 https://github.com/feast-dev/feast/pull/6405/commits/a72e4c52407d110a0f24c35eea56e0db6f019468
ef12987 add tracing.md Vperiodt Jun 8, 2026 https://github.com/feast-dev/feast/pull/6405/commits/ef1298767b0ad46cc66aab3c54219de61c52adf7
75c6713 Merge branch 'feast-dev:master' into mcp-trace Vperiodt Jun 9, 2026 https://github.com/feast-dev/feast/pull/6405/commits/75c6713e8dd6227c5dc143457a75379ceb3ff78c
41c15bd Merge branch 'feast-dev:master' into mcp-trace Vperiodt Jun 10, 2026 https://github.com/feast-dev/feast/pull/6405/commits/41c15bd82c5c7c0030274f531db04a6a1726cc80
65ace98 address reviews Vperiodt Jun 10, 2026 https://github.com/feast-dev/feast/pull/6405/commits/65ace9896bb6ab5c65a419d53e9871380ed72685
8e3cabc update pixi.lock Vperiodt Jun 10, 2026 https://github.com/feast-dev/feast/pull/6405/commits/8e3cabc55abad6ef92efe0409f0b3ebb17c7d527
648ad53 Merge branch 'master' into mcp-trace Vperiodt Jun 10, 2026 https://github.com/feast-dev/feast/pull/6405/commits/648ad53c5e330760a2ff5986af8891ca2925a4dd
fb72cdc fix-lint Vperiodt Jun 11, 2026 https://github.com/feast-dev/feast/pull/6405/commits/fb72cdc03ae8fd515ad1a691b482a6b5352d102e
cd839cd update docs Vperiodt Jun 11, 2026 https://github.com/feast-dev/feast/pull/6405/commits/cd839cd945559788a94e8ed5a501b15eaef46327
5d66d4e Merge branch 'master' into mcp-trace Vperiodt Jun 15, 2026 https://github.com/feast-dev/feast/pull/6405/commits/5d66d4e7626f5e1c5a844a164599a888277b54b8
c7f541f fine-tuning export, dataset registry, and tracing enhancements Vperiodt Jun 15, 2026 https://github.com/feast-dev/feast/pull/6405/commits/c7f541ff35ab8d2db9e562578b12bb2eb08be56e
7f97666 update pixi Vperiodt Jun 15, 2026 https://github.com/feast-dev/feast/pull/6405/commits/7f976668f2cf8cf8c4ca1a7163cd4b9a0d54cc92
c69a73d Merge branch 'feast-dev:master' into mcp-trace Vperiodt Jun 16, 2026 https://github.com/feast-dev/feast/pull/6405/commits/c69a73d26b1b9ae3f78d3420638aa3a1365c2680
1cb9915 Merge branch 'master' into mcp-trace Vperiodt Jun 19, 2026 https://github.com/feast-dev/feast/pull/6405/commits/1cb99156496509fe43ecc8920e917d4f81c9e1c4
89b6887 Merge branch 'master' into mcp-trace Vperiodt Jun 22, 2026 https://github.com/feast-dev/feast/pull/6405/commits/89b68879c065e49c04f82c9fa3c2a85c4f51d99f
46fde6d Merge branch 'master' into mcp-trace Vperiodt Jun 22, 2026 https://github.com/feast-dev/feast/pull/6405/commits/46fde6db962ad2495f6efd6002e52d93c971a2fa
d213be6 mlflow-dataset-API Vperiodt Jun 22, 2026 https://github.com/feast-dev/feast/pull/6405/commits/d213be6ed107c86adc8a7ab3ad31357a06402fa7
bad98b9 fix-CI Vperiodt Jun 22, 2026 https://github.com/feast-dev/feast/pull/6405/commits/bad98b9f7ae8b1f0005229e85e1bd651355c6cf4
4220552 Merge branch 'feast-dev:master' into mcp-trace Vperiodt Jun 26, 2026 https://github.com/feast-dev/feast/pull/6405/commits/4220552e7a8567ab8151d38a60f1081035d4ffb0
8e09328 fix: MLflow 3.x compat, OTEL gunicorn segfault, label join key resolu… Vperiodt Jun 26, 2026 https://github.com/feast-dev/feast/pull/6405/commits/8e0932827866857c5b42801da049e875dd6d262a
e41cfc9 Merge branch 'master' into mcp-trace Vperiodt Jul 6, 2026 https://github.com/feast-dev/feast/pull/6405/commits/e41cfc95a49c28a63511cea09d8b5acb91925950
594f0d2 Merge branch 'feast-dev:master' into mcp-trace Vperiodt Jul 8, 2026 https://github.com/feast-dev/feast/pull/6405/commits/594f0d29f8725afd0036ac90f9d27e0113a4bc62
3b56b06 update lock-files Vperiodt Jul 8, 2026 https://github.com/feast-dev/feast/pull/6405/commits/3b56b0640b77dd6a45cd061b3c831f2a6a8c3eb4
b7f9e4a Merge branch 'master' into mcp-trace Vperiodt Jul 9, 2026 https://github.com/feast-dev/feast/pull/6405/commits/b7f9e4a611ebedd98f8de23d3d10782491323640
55d7a5d sync assessments from mlflow Vperiodt Jul 9, 2026 https://github.com/feast-dev/feast/pull/6405/commits/55d7a5dda8c1ad466a90b245c80cd38211db281a
df02861 sync dataset addition Vperiodt Jul 10, 2026 https://github.com/feast-dev/feast/pull/6405/commits/df0286152c2b1fff1784965bf762dd6cd6fdcdaf
Clear filters https://github.com/feast-dev/feast/pull/6405/files
Please reload this pagehttps://github.com/feast-dev/feast/pull/6405/files
Please reload this pagehttps://github.com/feast-dev/feast/pull/6405/files
mlflow.md https://github.com/feast-dev/feast/pull/6405/files#diff-2582ebf6a3408e1aeb7c23dc4df63316f473fbda460096453a03d99b0b2adca6
pixi.lock https://github.com/feast-dev/feast/pull/6405/files#diff-514667ae85a632bc7477f28eb9a990559627589fb6fe88da2732569b2143afb3
pyproject.toml https://github.com/feast-dev/feast/pull/6405/files#diff-50c86b7ed8ac2cf95bd48334961bf0530cdc77b5a56f852c5c61b89d735fd711
cli.py https://github.com/feast-dev/feast/pull/6405/files#diff-23b8f515348aa3f87ecbc5ea62136be8500ae89683d4b7317c69b7b6e2ec80f8
datasets.py https://github.com/feast-dev/feast/pull/6405/files#diff-504515971a99783337f05acb471c0940e0220b0f8fa98cdf58170414dacb3946
finetuning.py https://github.com/feast-dev/feast/pull/6405/files#diff-9ddc6f0a3cf9752720454a45d76ffc569fb80b4ee9fad299eebeda23c285b4e9
feature_server.py https://github.com/feast-dev/feast/pull/6405/files#diff-47bf85967b55f577ebd4586f9a93f2cc0c9433270bd67b21ddb33e89fd464167
feature_store.py https://github.com/feast-dev/feast/pull/6405/files#diff-ff4e2a65c8c29b7971edc77a61a7e970d410d77d9f173f72714d1bb49e2509a2
__init__.py https://github.com/feast-dev/feast/pull/6405/files#diff-c221846110b4fd509f8cd996ffb39b515e940f735d28dc4e67dda2a403c0b014
dataset_filter.py https://github.com/feast-dev/feast/pull/6405/files#diff-696d64d3f03c6a5ac7b427942a97c90ff9652354537e459c99d59706171afa0a
exporters.py https://github.com/feast-dev/feast/pull/6405/files#diff-d91fdf7bcee3641953f2bca4df9fde7063e280416ff6378b1de9fc2b09e60925
label_resolver.py https://github.com/feast-dev/feast/pull/6405/files#diff-8e3daedf13c6552b5ec7bceaf079b5bde558d8e41693463098be2d0b89452324
trace_extractor.py https://github.com/feast-dev/feast/pull/6405/files#diff-9a57c787ca6fc1678522ade616e2c131d47cc40188291f7a7b6d6e9884ac4ab9
mcp_server.py https://github.com/feast-dev/feast/pull/6405/files#diff-de25749bfc4240bbd1f157571567fe01c27bfe4be2824dc37b1ba34279783677
sqlite.py https://github.com/feast-dev/feast/pull/6405/files#diff-f45e0ee04fc45d6c884e713e4a00d76bb79193672292d93b3e5112f0bad63412
config.py https://github.com/feast-dev/feast/pull/6405/files#diff-b285c2a4fed183b3b6788ae8ee041acf297b7c323ede0167a43c5552c0620653
dataset_sync.py https://github.com/feast-dev/feast/pull/6405/files#diff-850c55e46eae18506e90d9bb2aaf3c3452dc520d8e5c99c92a289d573ea5bac4
tracing.py https://github.com/feast-dev/feast/pull/6405/files#diff-f2252321a39087edb67de549b84e99dad3f9d0a8c11607ed4edb95a5439f131d
tracing_context.py https://github.com/feast-dev/feast/pull/6405/files#diff-df5634ef8e5c1c0df92e31f037cbc54a9878395b35d03a9a7aea997100b529a6
tracing_hooks.py https://github.com/feast-dev/feast/pull/6405/files#diff-2ec9b1a798c0a4875a22ceb7600355c8b82f3f3855b1efb76b24f35e22631148
py3.10-ci-requirements.txt https://github.com/feast-dev/feast/pull/6405/files#diff-c9c1d93f98a9f2f98bd2f8efaa3092124d4a7a1c833eac72ba460e61882ac406
py3.10-minimal-requirements.txt https://github.com/feast-dev/feast/pull/6405/files#diff-df0272aa3c56cda34322f237ff5ed561ac8e815832c340e1d2acaaa6ce61450d
py3.10-minimal-sdist-requirements-build.txt https://github.com/feast-dev/feast/pull/6405/files#diff-06b42b533e37328e0410f90abe1f197aa2002087255732d9e95ff10b13de3ecb
py3.10-minimal-sdist-requirements.txt https://github.com/feast-dev/feast/pull/6405/files#diff-b1d6f75f21900b80c03b0e4850384d5603b39cdb8d2a543895561c51f03d98cd
py3.10-requirements.txt https://github.com/feast-dev/feast/pull/6405/files#diff-a2d86f872be8d7589d5f03f369eabfd754c101fbd7bebd2793cbd560f5b981f5
py3.11-ci-requirements.txt https://github.com/feast-dev/feast/pull/6405/files#diff-ac522b324e71653909b38058afeaa909c1cdc7bb28cbd9be89e2bcdb7094268f
py3.11-minimal-requirements.txt https://github.com/feast-dev/feast/pull/6405/files#diff-8c61d5abea6475cd26349393df6f517c6618327698d6dcf28c6661c1a47fde91
py3.11-minimal-sdist-requirements-build.txt https://github.com/feast-dev/feast/pull/6405/files#diff-e6450701cc2f7718426d8a1f7ac0c66a1a2eff86c87d01de6aea07b2a76edbc6
py3.11-minimal-sdist-requirements.txt https://github.com/feast-dev/feast/pull/6405/files#diff-436575176564cadc81bc2c16d7bd34810cb84386c7906240b976c4a323bdc30a
py3.11-requirements.txt https://github.com/feast-dev/feast/pull/6405/files#diff-cd4b041d55377e823df0abebbe3e5d502f38bd51dba4778c4b7d9c3916d582ee
py3.12-ci-requirements.txt https://github.com/feast-dev/feast/pull/6405/files#diff-390aad293f22ff0984dbc3cf8286e53d656f7596a5a600dd1d4e3762e24d799a
py3.12-minimal-requirements.txt https://github.com/feast-dev/feast/pull/6405/files#diff-d9a06f0b5fdecd0d80cabbc35a442eedef974d11bfa446161633e0e7b05b4c6e
py3.12-minimal-sdist-requirements-build.txt https://github.com/feast-dev/feast/pull/6405/files#diff-c2ca375ff1465474e667a4526302ae101a5fe0fe4d1cfd17f0c6cd698990f8e3
py3.12-minimal-sdist-requirements.txt https://github.com/feast-dev/feast/pull/6405/files#diff-cbdfea8ade942eb947a984fad5caeea800af2232ed4b8128a1cbc77a22ca1df9
py3.12-requirements.txt https://github.com/feast-dev/feast/pull/6405/files#diff-83b6c7317626b1028f2d03534311f6f902642e7df32f8d1cf03a474215e2a835
test_tracing_integration.py https://github.com/feast-dev/feast/pull/6405/files#diff-fef125898708173b498cde656589a3f0917afe937f46e5f03eeece833549bfb4
test_mcp_server.py https://github.com/feast-dev/feast/pull/6405/files#diff-304bf1af00df770ae3d4cae1755e805e23274082daaf850f0ca447f6c4caecdb
test_finetuning.py https://github.com/feast-dev/feast/pull/6405/files#diff-5ede94c62fa44aa282dba5eff378d1c0070abd6c4c242cb5290ff346a1c6e28d
test_tracing.py https://github.com/feast-dev/feast/pull/6405/files#diff-80a2c93f82a01869dbd6f497f950dba790d13dcb0207bd979333cd5f91d4daf5
https://github.com/feast-dev/feast/blob/master/CODEOWNERS#L4
docs/reference/mlflow.mdhttps://github.com/feast-dev/feast/pull/6405/files#diff-2582ebf6a3408e1aeb7c23dc4df63316f473fbda460096453a03d99b0b2adca6
View file https://github.com/feast-dev/feast/blob/df0286152c2b1fff1784965bf762dd6cd6fdcdaf/docs/reference/mlflow.md
Open in desktop https://desktop.github.com
Please reload this pagehttps://github.com/feast-dev/feast/pull/6405/files
pixi.lockhttps://github.com/feast-dev/feast/pull/6405/files#diff-514667ae85a632bc7477f28eb9a990559627589fb6fe88da2732569b2143afb3
View file https://github.com/feast-dev/feast/blob/df0286152c2b1fff1784965bf762dd6cd6fdcdaf/pixi.lock
Open in desktop https://desktop.github.com
how customized files appear on GitHubhttps://docs.github.com/github/administering-a-repository/customizing-how-changed-files-appear-on-github
Please reload this pagehttps://github.com/feast-dev/feast/pull/6405/files
pyproject.tomlhttps://github.com/feast-dev/feast/pull/6405/files#diff-50c86b7ed8ac2cf95bd48334961bf0530cdc77b5a56f852c5c61b89d735fd711
View file https://github.com/feast-dev/feast/blob/df0286152c2b1fff1784965bf762dd6cd6fdcdaf/pyproject.toml
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/feast-dev/feast/pull/6405/{{ revealButtonHref }}
https://github.com/feast-dev/feast/pull/6405/files#diff-50c86b7ed8ac2cf95bd48334961bf0530cdc77b5a56f852c5c61b89d735fd711
jyejarehttps://github.com/jyejare
Jun 9, 2026https://github.com/feast-dev/feast/pull/6405/files#r3382869696
Learn morehttps://docs.github.com/articles/managing-disruptive-comments/#hiding-a-comment
Please reload this pagehttps://github.com/feast-dev/feast/pull/6405/files
Vperiodthttps://github.com/Vperiodt
Jun 10, 2026https://github.com/feast-dev/feast/pull/6405/files#r3386531795
Learn morehttps://docs.github.com/articles/managing-disruptive-comments/#hiding-a-comment
Please reload this pagehttps://github.com/feast-dev/feast/pull/6405/files
https://github.com/feast-dev/feast/pull/6405/files#diff-50c86b7ed8ac2cf95bd48334961bf0530cdc77b5a56f852c5c61b89d735fd711
https://github.com/feast-dev/feast/pull/6405/files#diff-50c86b7ed8ac2cf95bd48334961bf0530cdc77b5a56f852c5c61b89d735fd711
https://github.com/feast-dev/feast/pull/6405/files#diff-50c86b7ed8ac2cf95bd48334961bf0530cdc77b5a56f852c5c61b89d735fd711
https://github.com/feast-dev/feast/blob/master/CODEOWNERS#L10
sdk/python/feast/cli/cli.pyhttps://github.com/feast-dev/feast/pull/6405/files#diff-23b8f515348aa3f87ecbc5ea62136be8500ae89683d4b7317c69b7b6e2ec80f8
View file https://github.com/feast-dev/feast/blob/df0286152c2b1fff1784965bf762dd6cd6fdcdaf/sdk/python/feast/cli/cli.py
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/feast-dev/feast/pull/6405/{{ revealButtonHref }}
https://github.com/feast-dev/feast/pull/6405/files#diff-23b8f515348aa3f87ecbc5ea62136be8500ae89683d4b7317c69b7b6e2ec80f8
https://github.com/feast-dev/feast/pull/6405/files#diff-23b8f515348aa3f87ecbc5ea62136be8500ae89683d4b7317c69b7b6e2ec80f8
https://github.com/feast-dev/feast/pull/6405/files#diff-23b8f515348aa3f87ecbc5ea62136be8500ae89683d4b7317c69b7b6e2ec80f8
https://github.com/feast-dev/feast/pull/6405/files#diff-23b8f515348aa3f87ecbc5ea62136be8500ae89683d4b7317c69b7b6e2ec80f8
https://github.com/feast-dev/feast/pull/6405/files#diff-23b8f515348aa3f87ecbc5ea62136be8500ae89683d4b7317c69b7b6e2ec80f8
https://github.com/feast-dev/feast/blob/master/CODEOWNERS#L10
sdk/python/feast/cli/datasets.pyhttps://github.com/feast-dev/feast/pull/6405/files#diff-504515971a99783337f05acb471c0940e0220b0f8fa98cdf58170414dacb3946
View file https://github.com/feast-dev/feast/blob/df0286152c2b1fff1784965bf762dd6cd6fdcdaf/sdk/python/feast/cli/datasets.py
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/feast-dev/feast/pull/6405/{{ revealButtonHref }}
Please reload this pagehttps://github.com/feast-dev/feast/pull/6405/files
Please reload this pagehttps://github.com/feast-dev/feast/pull/6405/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.