docs: add blog post on experimental feature view versioning support#6204
docs: add blog post on experimental feature view versioning support#6204
Conversation
Agent-Logs-Url: https://github.com/feast-dev/feast/sessions/73d0759c-d919-4a07-92ca-7069692b1346 Co-authored-by: franciscojavierarceo <4163062+franciscojavierarceo@users.noreply.github.com>
docs/blog/feature-view-versioning.md
Outdated
| @@ -0,0 +1,198 @@ | |||
| # Feast Introduces Experimental Feature View Versioning 🚀 | |||
There was a problem hiding this comment.
@copilot add this blog on website at /infra/website/docs/blog
There was a problem hiding this comment.
@copilot please move this to the /infra/website/docs/blog
There was a problem hiding this comment.
@copilot please also update the AGENTS.md and SKILLS to only put blog posts in /infra/website/docs/blog
There was a problem hiding this comment.
Done — moved the blog post to infra/website/docs/blog/feature-view-versioning.md with proper frontmatter (title, description, date, authors) matching the existing posts in that directory. The docs/blog/ changes have been reverted. Commit: 801030b.
There was a problem hiding this comment.
Done — created AGENTS.md at the repo root and added a "Documentation and Blog Posts" section to skills/feast-dev/SKILL.md, both explicitly stating that blog posts must go in /infra/website/docs/blog/. Commit: 4d211b3.
Agent-Logs-Url: https://github.com/feast-dev/feast/sessions/24228f94-b79f-4524-947a-8f60ad66a4de Co-authored-by: franciscojavierarceo <4163062+franciscojavierarceo@users.noreply.github.com>
…ention Agent-Logs-Url: https://github.com/feast-dev/feast/sessions/7e15980c-1caa-4596-acef-3a743989658a Co-authored-by: franciscojavierarceo <4163062+franciscojavierarceo@users.noreply.github.com>
Adds a blog post announcing the experimental Feature View Versioning capability introduced in #6101, highlighting that it's still experimental, SQLite-only for versioned online reads, and inviting community feedback. Also adds agent/skill conventions to enforce blog post placement.
What this PR does / why we need it:
infra/website/docs/blog/feature-view-versioning.md— New blog post covering:feast applyauto-increments on schema/UDF changes, idempotent on no-change)@v<N>syntax (e.g.driver_stats@v2:trips_today)version="v1"in theFeatureViewdefinition)feast apply --no-promoteAGENTS.md(new) — Repository-level instructions for AI coding agents, explicitly stating that blog posts must be placed in/infra/website/docs/blog/onlyskills/feast-dev/SKILL.md— Added a "Documentation and Blog Posts" section enforcing the same blog post placement conventionWhich issue(s) this PR fixes:
Checks
git commit -s)Testing Strategy
Misc
Blog post is intentionally scoped to what's implemented today. The call-to-action for community feedback on additional online store support is deliberate per the issue brief.