-
Notifications
You must be signed in to change notification settings - Fork 996
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add created timestamp for feature views #1952
Add created timestamp for feature views #1952
Conversation
Hi @amommendes. Thanks for your PR. I'm waiting for a feast-dev member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
* Update hero image Signed-off-by: Danny Chiao <danny@tecton.ai> * Fix roadmap extra line Signed-off-by: Danny Chiao <danny@tecton.ai> Signed-off-by: Amom Mendes <amommendes@hotmail.com>
Signed-off-by: Amom Mendes <amommendes@hotmail.com>
6003741
to
2a7f2b0
Compare
Hey @achals , I think this is not good with a nested |
I think it's safer to add the |
Thanks @achals... All right... If makes sense to have |
… view Signed-off-by: Amom Mendes <amommendes@hotmail.com>
e0a7cbe
to
2cd32b9
Compare
/ok-to-test |
/kind feature |
Codecov Report
@@ Coverage Diff @@
## master #1952 +/- ##
==========================================
- Coverage 84.64% 84.38% -0.26%
==========================================
Files 103 103
Lines 8523 8531 +8
==========================================
- Hits 7214 7199 -15
- Misses 1309 1332 +23
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
Hey @achals , there is an error on linting step because of this exception: Is there some problem with the version of this lib? |
This might be caused by an issue with mypy: python/mypy#10360 |
@SanRehmo, thanks for pointing that out! That was indeed the problem, which has now been fixed. @amommendes, would you mind rebasing your changes on |
Done @felixwang9817 , tks! |
Signed-off-by: Amom Mendes <amommendes@hotmail.com>
43f0e34
to
63bae67
Compare
Signed-off-by: Amom Mendes <amommendes@hotmail.com>
cabaab7
to
cf41640
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @amommendes , I think we need one more change for this to work as expected
251d4f5
to
7d91390
Compare
Signed-off-by: Amom Mendes <amommendes@hotmail.com>
Signed-off-by: Amom Mendes <amommendes@hotmail.com>
7d91390
to
fc4bcab
Compare
Hey @achals , some update on this PR? WDYT? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
Sorry, I missed this in my inbox. Looks good!
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: achals, amommendes The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
What this PR does / why we need it:
Adds created timestamp for feature views
Which issue(s) this PR fixes:
Fixes #1933