FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
feat: Add enabled/disabled toggle for feature views by rpathade · Pull Request #6401 · feast-dev/feast · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
feast-dev
/
feast
Public
Notifications
You must be signed in to change notification settings
Fork
1.4k
Star
7.2k
Code
Issues
214
Pull requests
189
Discussions
Actions
Security and quality
1
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Security and quality
Insights
feat: Add enabled/disabled toggle for feature views
- #6401
#6401
Merged
ntkathole
merged 30 commits into
feast-dev:master
feast-dev/feast:master
from
rpathade:feat/feature-view-enabled-disabled-v2
rpathade/feast:feat/feature-view-enabled-disabled-v2
Copy head branch name to clipboard
May 23, 2026
Conversation
Commits
30
(30)
Checks
Files changed
Merged
feat: Add enabled/disabled toggle for feature views
#6401
ntkathole
merged 30 commits into
feast-dev:master
feast-dev/feast:master
from
rpathade:feat/feature-view-enabled-disabled-v2
rpathade/feast:feat/feature-view-enabled-disabled-v2
Copy head branch name to clipboard
Commits
Commits on May 21, 2026
feat: Add enabled/disabled toggle for feature views
Show description for 85a18dc
rpathade
committed
85a18dc
View commit details
Copy full SHA for 85a18dc
Browse repository at this point
feat: Add demo noteboooks for users
Show description for 5e98c7f
ntkathole
authored and
rpathade
committed
5e98c7f
View commit details
Copy full SHA for 5e98c7f
Browse repository at this point
feat: Add CLI enable/disable commands and registry metadata support
Show description for f735cd2
rpathade
committed
f735cd2
View commit details
Copy full SHA for f735cd2
Browse repository at this point
Added features
Show description for 426ae09
rpathade
committed
426ae09
View commit details
Copy full SHA for 426ae09
Browse repository at this point
fix(compute-engine/local): Honor field_mapping on join keys in dedup + join nodes (#6395)
Show description for 365ecb4
1fanwang
authored and
rpathade
committed
365ecb4
View commit details
Copy full SHA for 365ecb4
Browse repository at this point
feat: Add Prometheus gauges for FeatureStore installation telemetry (#6354)
Show description for 5b94d4d
ntkathole
authored and
rpathade
committed
5b94d4d
View commit details
Copy full SHA for 5b94d4d
Browse repository at this point
docs: Rename Atlas Vector Search to MongoDB Vector Search and fix code examples
Show description for b5297b8
jvincent-mongodb
authored and
rpathade
committed
b5297b8
View commit details
Copy full SHA for b5297b8
Browse repository at this point
feat(dynamodb): Use ProjectionExpression when requested_features is set
Show description for 04d500c
Jwrede
authored and
rpathade
committed
04d500c
View commit details
Copy full SHA for 04d500c
Browse repository at this point
fix(dynamodb): Fix mypy type for _build_projection_expression return
Show description for c9e368b
Jwrede
authored and
rpathade
committed
c9e368b
View commit details
Copy full SHA for c9e368b
Browse repository at this point
fix(bigquery): Enable list inference for parquet loads in offline_write_batch
Show description for de050ab
Jwrede
authored and
rpathade
committed
de050ab
View commit details
Copy full SHA for de050ab
Browse repository at this point
fix(trino): Clean up temporary entity tables after retrieval (#6381)
Show description for 78fcd72
Jwrede
authored and
rpathade
committed
78fcd72
View commit details
Copy full SHA for 78fcd72
Browse repository at this point
feat(bigquery): Support DATE-type event timestamp columns (#6362)
Show description for 2014acd
Jwrede
authored and
rpathade
committed
2014acd
View commit details
Copy full SHA for 2014acd
Browse repository at this point
fix: Fixes for ray source
Show description for 5e69e5f
ntkathole
authored and
rpathade
committed
5e69e5f
View commit details
Copy full SHA for 5e69e5f
Browse repository at this point
feat: Expose registry endpoints on feature server for MCP access
Show description for 53e4a92
patelchaitany
authored and
rpathade
committed
53e4a92
View commit details
Copy full SHA for 53e4a92
Browse repository at this point
fix: Revert state propagation to always update in _update_metadata_fields
Show description for e9791b0
rpathade
committed
e9791b0
View commit details
Copy full SHA for e9791b0
Browse repository at this point
fix: Recompile protos for protobuf 4.x compatibility and fix state machine to be opt-in
Show description for f7fd0f8
rpathade
committed
f7fd0f8
View commit details
Copy full SHA for f7fd0f8
Browse repository at this point
feat: Add unit tests for state machine and clean up lazy imports in registry
Show description for a4f7ab8
rpathade
committed
a4f7ab8
View commit details
Copy full SHA for a4f7ab8
Browse repository at this point
fix: Address review comments for feature view state management
Show description for 3aa8778
rpathade
committed
3aa8778
View commit details
Copy full SHA for 3aa8778
Browse repository at this point
fix: Resolve integration test failures in apply loop
Show description for e626433
rpathade
committed
e626433
View commit details
Copy full SHA for e626433
Browse repository at this point
fix: Resolve integration test failures in apply loop
Show description for 8130b63
rpathade
committed
8130b63
View commit details
Copy full SHA for 8130b63
Browse repository at this point
Apply suggestion from @ntkathole
Show description for 2b54bd0
rpathade
and
ntkathole
committed
2b54bd0
View commit details
Copy full SHA for 2b54bd0
Browse repository at this point
fix: Resolve review comments for feature_store
Show description for cb33b6d
rpathade
committed
cb33b6d
View commit details
Copy full SHA for cb33b6d
Browse repository at this point
fix: Resolve review comments for feature_views.py
Show description for f3b94eb
rpathade
committed
f3b94eb
View commit details
Copy full SHA for f3b94eb
Browse repository at this point
Merge branch 'master' into feat/feature-view-enabled-disabled-v2
Show description for a4c85dc
rpathade
committed
a4c85dc
View commit details
Copy full SHA for a4c85dc
Browse repository at this point
Merge remote-tracking branch 'origin/master' into feat/feature-view-enabled-disabled-v2
Show description for abb6a41
rpathade
committed
abb6a41
View commit details
Copy full SHA for abb6a41
Browse repository at this point
Commits on May 22, 2026
feat: Add FeatureStore methods and update describe for enabled/state
Show description for f4dd0a4
rpathade
committed
f4dd0a4
View commit details
Copy full SHA for f4dd0a4
Browse repository at this point
Merge branch 'master' into feat/feature-view-enabled-disabled-v2
rpathade
authored
a3f65b0
View commit details
Copy full SHA for a3f65b0
Browse repository at this point
fix: Add type: ignore comments for mypy on BaseFeatureView attr access
Show description for efd41a6
rpathade
committed
efd41a6
View commit details
Copy full SHA for efd41a6
Browse repository at this point
fix: Remove REST API endpoints for enable/disable/set-state (deferred to follow-up PR)
Show description for 436a712
rpathade
committed
436a712
View commit details
Copy full SHA for 436a712
Browse repository at this point
Merge remote-tracking branch 'origin/master' into feat/feature-view-enabled-disabled-v2
Show description for 7110346
rpathade
committed
7110346
View commit details
Copy full SHA for 7110346
Browse repository at this point
Back
|
FazBrowse Home
|
New Git URL