Skip to content

feat: Add Feature Service Create/delete REST apis and UI#6612

Open
ntkathole wants to merge 1 commit into
feast-dev:masterfrom
ntkathole:service_create
Open

feat: Add Feature Service Create/delete REST apis and UI#6612
ntkathole wants to merge 1 commit into
feast-dev:masterfrom
ntkathole:service_create

Conversation

@ntkathole

@ntkathole ntkathole commented Jul 18, 2026

Copy link
Copy Markdown
Member

What this PR does / why we need it:

This PR adds REST create/delete for feature services and a matching Feast UI create flow. Incomplete projections (view name only, or optional feature subset) are resolved in core via FeatureService.prepare_for_apply() using the same constructor + infer_features path as FeatureStore.apply, so REST/gRPC stay thin and GET returns fully populated featureColumns.

Also, added delete functionality on entity, data sources and feature view.

Screen.Recording.2026-07-18.at.12.07.07.PM.mov

@ntkathole ntkathole self-assigned this Jul 18, 2026
@ntkathole
ntkathole requested a review from a team as a code owner July 18, 2026 06:27
@codecov-commenter

codecov-commenter commented Jul 18, 2026

Copy link
Copy Markdown

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

❌ Patch coverage is 76.41509% with 25 lines in your changes missing coverage. Please review.
✅ Project coverage is 45.73%. Comparing base (e0a8573) to head (bc8ef89).

Files with missing lines Patch % Lines
sdk/python/feast/feature_service.py 70.31% 14 Missing and 5 partials ⚠️
...python/feast/api/registry/rest/feature_services.py 89.74% 2 Missing and 2 partials ⚠️
sdk/python/feast/infra/registry/snowflake.py 0.00% 1 Missing ⚠️
sdk/python/feast/infra/registry/sql.py 0.00% 1 Missing ⚠️
❗ Your organization needs to install the Codecov GitHub app to enable full functionality.
Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #6612      +/-   ##
==========================================
+ Coverage   45.64%   45.73%   +0.09%     
==========================================
  Files         412      412              
  Lines       48761    48855      +94     
  Branches     6913     6931      +18     
==========================================
+ Hits        22257    22344      +87     
+ Misses      24957    24956       -1     
- Partials     1547     1555       +8     
Flag Coverage Δ
go-feature-server 30.58% <ø> (ø)
python-unit 47.01% <76.41%> (+0.09%) ⬆️
Files with missing lines Coverage Δ
sdk/python/feast/infra/registry/registry.py 58.38% <100.00%> (+0.79%) ⬆️
sdk/python/feast/infra/registry/snowflake.py 39.49% <0.00%> (-0.08%) ⬇️
sdk/python/feast/infra/registry/sql.py 57.87% <0.00%> (-0.09%) ⬇️
...python/feast/api/registry/rest/feature_services.py 82.71% <89.74%> (+9.63%) ⬆️
sdk/python/feast/feature_service.py 81.01% <70.31%> (-7.53%) ⬇️

... and 2 files with indirect coverage changes


Continue to review full report in Codecov by Harness.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update e0a8573...bc8ef89. Read the comment docs.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Signed-off-by: ntkathole <nikhilkathole2683@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants