Closed sjperkins closed 4 years ago
/cc @JSKenyon
Any thoughts on how key names should be constructed? Including the MS in the key name tends to make the key somewhat long, but I like having it.
I think that the MS name is useful, but as you say it muddies the waters when looking at diagnostic plots. My preference would be to prioritize the structuring of the keys such that more specific/useful information leads less useful global information (such as the MS name). For instance, in your above example, the column names should really take priority.
Closed by #102
Description
Currently, task key names are structured as follows.
Because dask splits the key parts on
-
, these are often displayed in graphviz as:which are difficult to distinguish from each other. We should improve this situation for diagnostic purposes.