This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
Add highlight
to kedro-viz
section of dataset.metadata
to highlight it in the UI
#1807
Closed
1 task
Description
Add
highlight
tokedro-viz
section ofdataset.metadata
to highlight it in the UI as a "key dataset" - e.g. with yellow background fill and black text.Context
I'm regularly walking the team / audience through the
kedro viz
UI and almost always, on this huge DAG representation there are 2-3 datasets which are really the key artifacts I explain the flow in respect to.Usually those are:
Using modular pipelines, and hence leveraging the collapsing supernodes, is incredibly helpful is simplifying the DAG view and visually tracking where those key artifacts are. However, I though that since the metadata injection logic already exists in the
kedro viz
(e.g. addinglayer
to datasets), I thought that if the group decides that this feature is useful, it might be relatively easy to implement.Possible Implementation
So the most elegant way I see is to do this exactly like e.g.
layer
can be added to a dataset in itscatalog
definition.For example, let's say the
trained_model
is the one I want to highlight. See where I'm addinghighlight: true
:Possible Alternatives
Probably the above is the most natural place for this functionality to live, so not sure.
Checklist
The text was updated successfully, but these errors were encountered: