mirror of https://github.com/grafana/grafana
NodeGraph: Fix edges dataframe miscategorization (#76842)
* in node graph, fix edges dataframe miscategorization A dataframe named "edges" could end up getting categorized as a nodes dataframe if it was missing a "source" field, resulting in a very confusing error message "id field is required for nodes dataframe" instead of a more sensible error message about the missing source field. * Fix lint --------- Co-authored-by: Andrej Ocenas <mr.ocenas@gmail.com>pull/76944/head
parent
a26318714f
commit
4b6b3b7018
Loading…
Reference in new issue