feat: Add namespace and collection fields to SavedDataset for hierarchical grouping#6623
Open
ntkathole wants to merge 2 commits into
Open
feat: Add namespace and collection fields to SavedDataset for hierarchical grouping#6623ntkathole wants to merge 2 commits into
ntkathole wants to merge 2 commits into
Conversation
Signed-off-by: ntkathole <nikhilkathole2683@gmail.com>
ntkathole
force-pushed
the
iceberg_compatible_datasets
branch
from
July 22, 2026 08:43
9596bb7 to
658f9c0
Compare
Signed-off-by: ntkathole <nikhilkathole2683@gmail.com>
ntkathole
force-pushed
the
iceberg_compatible_datasets
branch
from
July 22, 2026 08:55
658f9c0 to
f4c78a9
Compare
franciscojavierarceo
approved these changes
Jul 22, 2026
|
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #6623 +/- ##
=======================================
Coverage 45.94% 45.94%
=======================================
Files 412 412
Lines 48864 48897 +33
Branches 6913 6922 +9
=======================================
+ Hits 22452 22468 +16
- Misses 24859 24870 +11
- Partials 1553 1559 +6
Continue to review full report in Codecov by Harness.
🚀 New features to boost your workflow:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What this PR does / why we need it:
Adds optional namespace and collection string fields to SavedDataset, enabling hierarchical grouping of datasets beyond the flat project-level organization. This is a backward-compatible, additive change — existing SavedDatasets and all current Feast workflows are unaffected.
Feast SavedDatasets currently have a flat hierarchy: Project → Dataset. As datasets grow within a project, there's no way to organize them into logical groups (e.g., by domain, stage, or team). This limitation also blocks alignment with the Iceberg REST Catalog API, which expects multi-level namespace hierarchies.
These two new fields solve both problems:
Both fields default to empty string (not set), preserving full backward compatibility.
Screen.Recording.2026-07-22.at.1.00.45.PM.mov