holoviz/lumen

Better handling of clashing sources across yaml files

Opened this issue · 0 comments

If you are serving multiple dashboards it is possible to define multiple shared sources with the same name but very different contents. This will lead to errors because the data or even the tables returned by the sources differs. When serving multiple dashboards we should hash the source definitions with the same name and warn (or error) if their definitions are not identical.