-
Notifications
You must be signed in to change notification settings - Fork 59
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
feat: Expose caching status for NodeExecutions #91
Conversation
Codecov Report
@@ Coverage Diff @@
## master #91 +/- ##
==========================================
+ Coverage 66.16% 66.70% +0.53%
==========================================
Files 368 370 +2
Lines 5894 5962 +68
Branches 910 930 +20
==========================================
+ Hits 3900 3977 +77
+ Misses 1994 1985 -9
Continue to review full report at Codecov.
|
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.
I tested it - worked great for me!
# [0.10.0](http://github.com/lyft/flyteconsole/compare/v0.9.0...v0.10.0) (2020-08-31) ### Features * Expose caching status for NodeExecutions ([#91](http://github.com/lyft/flyteconsole/issues/91)) ([cb200bd](http://github.com/lyft/flyteconsole/commit/cb200bdd4d2708315a556e1e7d8b3d1df6af029b))
🎉 This PR is included in version 0.10.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
flyteorg/flyte#21
This change builds on the recent work to expose caching information about TaskNode executions. If taskNodeMetadata is found, we will render icons in the NodeExecutionsTable and icons+text in the DetailsPanel.
Note: For CACHE_MISS and CACHE_DISABLED, we will skip the icons in the table. The majority of node executions will probably be one of these two values, and I didn't want to clutter up the view with meaningless icons.
Details Panel for execution which used a cached value
Details Panel for execution whose result was written to cache
Details Panel for execution with cache disabled
Icons in the table