forked from feast-dev/feast
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Adding write capability to online store to on demand feature vi…
…ews (feast-dev#4585) * merged changes Signed-off-by: Francisco Javier Arceo <[email protected]> * saving progress Signed-off-by: Francisco Javier Arceo <[email protected]> * merged changes to odfv Signed-off-by: Francisco Javier Arceo <[email protected]> * linted Signed-off-by: Francisco Javier Arceo <[email protected]> * adding the test needed to show the expected behavior Signed-off-by: Francisco Javier Arceo <[email protected]> * updated test case Signed-off-by: Francisco Javier Arceo <[email protected]> * saving progress Signed-off-by: Francisco Javier Arceo <[email protected]> * merging Signed-off-by: Francisco Javier Arceo <[email protected]> * merged Signed-off-by: Francisco Javier Arceo <[email protected]> * merged Signed-off-by: Francisco Javier Arceo <[email protected]> * merging Signed-off-by: Francisco Javier Arceo <[email protected]> * adding the entity keys for now to do retrieval Signed-off-by: Francisco Javier Arceo <[email protected]> * adding entity to odfv Signed-off-by: Francisco Javier Arceo <[email protected]> * checking in progress...getting closer Signed-off-by: Francisco Javier Arceo <[email protected]> * may have to revert some of this...looks like the challenge is getting the entities correct when storing writes. just checking in progress Signed-off-by: Francisco Javier Arceo <[email protected]> * moving things around to make it easier to debug Signed-off-by: Francisco Javier Arceo <[email protected]> * debugging Signed-off-by: Francisco Javier Arceo <[email protected]> * merged Signed-off-by: Francisco Javier Arceo <[email protected]> * merging Signed-off-by: Francisco Javier Arceo <[email protected]> * Rebasing and merging changes from other PR Signed-off-by: Francisco Javier Arceo <[email protected]> * Merging changes continued Signed-off-by: Francisco Javier Arceo <[email protected]> * update the _make_inference to include odfvs with writes in the update map Signed-off-by: Francisco Javier Arceo <[email protected]> * have the table being written now...the create table happens in the SqliteOnlineStore.update() method Signed-off-by: Francisco Javier Arceo <[email protected]> * checking in progress Signed-off-by: Francisco Javier Arceo <[email protected]> * adding logs Signed-off-by: Francisco Javier Arceo <[email protected]> * updating permissions Signed-off-by: Francisco Javier Arceo <[email protected]> * going to error out on purpose Signed-off-by: Francisco Javier Arceo <[email protected]> * adding unit test and merging changes Signed-off-by: Francisco Javier Arceo <[email protected]> * almost got everything working and type validation behaving Signed-off-by: Francisco Javier Arceo <[email protected]> * cleaned up and have tests behaving Signed-off-by: Francisco Javier Arceo <[email protected]> * adding print Signed-off-by: Francisco Javier Arceo <[email protected]> * removing print Signed-off-by: Francisco Javier Arceo <[email protected]> * checking in progress Signed-off-by: Francisco Javier Arceo <[email protected]> * updating test Signed-off-by: Francisco Javier Arceo <[email protected]> * adding test Signed-off-by: Francisco Javier Arceo <[email protected]> * linted and updated Signed-off-by: Francisco Javier Arceo <[email protected]> * removed print Signed-off-by: Francisco Javier Arceo <[email protected]> * updated tests to test actual behavior Signed-off-by: Francisco Javier Arceo <[email protected]> * checking in progress Signed-off-by: Francisco Javier Arceo <[email protected]> * changing typo Signed-off-by: Francisco Javier Arceo <[email protected]> * updating test Signed-off-by: Francisco Javier Arceo <[email protected]> * testing changes Signed-off-by: Francisco Javier Arceo <[email protected]> * checking to see if thing still working Signed-off-by: Francisco Javier Arceo <[email protected]> * removed print Signed-off-by: Francisco Javier Arceo <[email protected]> * undo change for odfv file Signed-off-by: Francisco Javier Arceo <[email protected]> * updated tests Signed-off-by: Francisco Javier Arceo <[email protected]> * okay well have the unit test working Signed-off-by: Francisco Javier Arceo <[email protected]> * type changes, hope i dont regret them Signed-off-by: Francisco Javier Arceo <[email protected]> * updated stream feature view piece Signed-off-by: Francisco Javier Arceo <[email protected]> * updated sfv ifelse Signed-off-by: Francisco Javier Arceo <[email protected]> * removing print Signed-off-by: Francisco Javier Arceo <[email protected]> * formatted and updated test Signed-off-by: Francisco Javier Arceo <[email protected]> * resolving some linter errors Signed-off-by: Francisco Javier Arceo <[email protected]> * fixed linter and formatting Signed-off-by: Francisco Javier Arceo <[email protected]> * okay think it is working Signed-off-by: Francisco Javier Arceo <[email protected]> * linter Signed-off-by: Francisco Javier Arceo <[email protected]> * updated type map for integration tests Signed-off-by: Francisco Javier Arceo <[email protected]> * updated local feature store test Signed-off-by: Francisco Javier Arceo <[email protected]> * fixed local fs test Signed-off-by: Francisco Javier Arceo <[email protected]> * chore: Updated snowflake test to be more explicit about post apply entity_columns return value (feast-dev#4603) chore: updated snowflake test to be more explicit about post apply entity_column return value Signed-off-by: Francisco Javier Arceo <[email protected]> * merging Signed-off-by: Francisco Javier Arceo <[email protected]> * fixed test to entity_rows_to_read Signed-off-by: Francisco Javier Arceo <[email protected]> * resolved inf conflicts Signed-off-by: Francisco Javier Arceo <[email protected]> * lint Signed-off-by: Francisco Javier Arceo <[email protected]> * Updated tests and lint, think I have everything working Signed-off-by: Francisco Javier Arceo <[email protected]> --------- Signed-off-by: Francisco Javier Arceo <[email protected]>
- Loading branch information
1 parent
b5ab6c7
commit ef9e0bb
Showing
20 changed files
with
737 additions
and
107 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
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.