You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hide FeatureViewProjections from user interface & have FeatureViews carry 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>
0 commit comments