chore: Add support for push sources in feature views#2452
chore: Add support for push sources in feature views#2452feast-ci-bot merged 6 commits intofeast-dev:masterfrom
Conversation
Signed-off-by: Achal Shah <achals@gmail.com>
Signed-off-by: Achal Shah <achals@gmail.com>
Codecov Report
@@ Coverage Diff @@
## master #2452 +/- ##
==========================================
+ Coverage 84.72% 84.85% +0.12%
==========================================
Files 126 127 +1
Lines 10798 10833 +35
==========================================
+ Hits 9149 9192 +43
+ Misses 1649 1641 -8
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
felixwang9817
left a comment
There was a problem hiding this comment.
looks good overall - at some point we should add (a) docs for PushSource and (b) deprecation warning for write_to_online_store, happy for those to be in future PR - up to you
Signed-off-by: Achal Shah <achals@gmail.com>
sdk/python/tests/integration/online_store/test_push_online_retrieval.py
Outdated
Show resolved
Hide resolved
sdk/python/tests/integration/online_store/test_push_online_retrieval.py
Outdated
Show resolved
Hide resolved
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: achals, felixwang9817 The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Signed-off-by: Achal Shah achals@gmail.com
What this PR does / why we need it:
Part 2 after #2428
Which issue(s) this PR fixes:
Fixes #