Adding latest model build/run-time of a node in the lineage UI #1522
Unanswered
lassebenni
asked this question in
Ideas
Replies: 1 comment
-
@lassebenni This is a good idea. I will discuss it with the team. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all,
love the extension first of all, it's already invaluable to me.
What I wondered is how much work it would be to add a detail to the nodes in the lineage UI displaying when the node (model) was last successfully built. That way you can more easily see if you need to rebuild a model or can potentially skip it when you are building them individually to save time and compute.
e.g. if I want to rebuild the upstrem models from
competition_federation_team
, such asdim_club
as in the picture above, I currently cannot see if that is necessary since I don't know whendim_club
was successfully built the last time. If I knew that it was built 5 minutes ago as an upstream for another model I ran (and with a large amount of upstream you quickly lose the full picture), I would not need to rerun it, and save a lot of time instead of simply rerunning all upstream models again:In the image above I can see that the
dim_club
model was run on 2024-12-11 at 08:40 AM. So I know that I can skip that if I am building the models individually and only need to builddim_competition
and its upstream.I don't know how complex this would be. But I think it would be very valuable.
Kind regards
Beta Was this translation helpful? Give feedback.
All reactions