-
Notifications
You must be signed in to change notification settings - Fork 1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Hide FeatureViewProjections from user interface & have FeatureViews c…
…arry FVProjections that carries the modified info of the FeatureView (#1899) * Revised FeatureService class and proto Signed-off-by: David Y Liu <[email protected]> * wip transitioning feast off of FVProjections Signed-off-by: David Y Liu <[email protected]> * corrected a lot of errors and tests failures Signed-off-by: David Y Liu <[email protected]> * fix unit test failure and most lint issues Signed-off-by: Cody Lin <[email protected]> * remove debugging print statement Signed-off-by: Cody Lin <[email protected]> * simplified _group_feature_refs Signed-off-by: David Y Liu <[email protected]> * deleted FeatureViewProjection files Signed-off-by: David Y Liu <[email protected]> * code review fix and test fix Signed-off-by: David Y Liu <[email protected]> * Correction in cli.py Signed-off-by: David Y Liu <[email protected]> * Made fixes to still get objects from registry but potentially modify those objects after Signed-off-by: David Y Liu <[email protected]> * fixed lint oopsie & added to docstring on feature reference string convention Signed-off-by: David Y Liu <[email protected]> * Brought back FVProjections without exposing it ever to user-facing API Signed-off-by: David Y Liu <[email protected]> * Updated OnDemandFV to this new paradigm. Other misc updates Signed-off-by: David Y Liu <[email protected]> * corrections based on integration test failures Signed-off-by: David Y Liu <[email protected]> * corrections based on CR comments Signed-off-by: David Y Liu <[email protected]> Co-authored-by: Cody Lin <[email protected]>
- Loading branch information
1 parent
41535d0
commit b1ccf8d
Showing
9 changed files
with
179 additions
and
84 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.