-
Notifications
You must be signed in to change notification settings - Fork 996
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 <davidyliuliu@gmail.com> * wip transitioning feast off of FVProjections Signed-off-by: David Y Liu <davidyliuliu@gmail.com> * corrected a lot of errors and tests failures Signed-off-by: David Y Liu <davidyliuliu@gmail.com> * fix unit test failure and most lint issues Signed-off-by: Cody Lin <codyl@twitter.com> * remove debugging print statement Signed-off-by: Cody Lin <codyl@twitter.com> * simplified _group_feature_refs Signed-off-by: David Y Liu <davidyliuliu@gmail.com> * deleted FeatureViewProjection files Signed-off-by: David Y Liu <davidyliuliu@gmail.com> * code review fix and test fix Signed-off-by: David Y Liu <davidyliuliu@gmail.com> * Correction in cli.py Signed-off-by: David Y Liu <davidyliuliu@gmail.com> * Made fixes to still get objects from registry but potentially modify those objects after Signed-off-by: David Y Liu <davidyliuliu@gmail.com> * fixed lint oopsie & added to docstring on feature reference string convention Signed-off-by: David Y Liu <davidyliuliu@gmail.com> * Brought back FVProjections without exposing it ever to user-facing API Signed-off-by: David Y Liu <davidyliuliu@gmail.com> * Updated OnDemandFV to this new paradigm. Other misc updates Signed-off-by: David Y Liu <davidyliuliu@gmail.com> * corrections based on integration test failures Signed-off-by: David Y Liu <davidyliuliu@gmail.com> * corrections based on CR comments Signed-off-by: David Y Liu <davidyliuliu@gmail.com> Co-authored-by: Cody Lin <codyl@twitter.com>
- 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.