mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Given you have variables a, b, c, d where b depends on a, c depends on b, c, d depends on a. When updating a only an update of b and d should be triggered since c depends on b and c will be updated eventually when the update of b are finished.