Open epizut opened 1 year ago
Thanks for the issue @epizut, I'm able to reproduce. As you mentioned, I think a workaround for the time being would be to not passing it through as a keyword
cc @eriknw for the dask.order.order
connection (though it's possible that the underlying cause is elsewhere)
Here a little MCVE that breaks the Dashboard Groups page. The
graph_metrics()
function used by the Groups Dashboard page raises due to a missing key intotal_dependencies
.Minimal Complete Verifiable Example:
Open the Dask diagnostic Dashboard and select the Groups view
Here the console exception:
Here is the dashboard exception:
Anything else we need to know?: Removing
.head(1, compute=False)
still raises, it's simply here to illustrate my needs for the non-aligned keyword parameter.Environment: