mullerpeter / databricks-grafana

Grafana Databricks integration allowing direct connection to Databricks to query and visualize Databricks data in Grafana.
Apache License 2.0
55 stars 4 forks source link

Plugin does not work in Grafana Versions < 9.x #33

Closed mullerpeter closed 12 months ago

mullerpeter commented 1 year ago

Discussed in https://github.com/mullerpeter/databricks-grafana/discussions/32

Originally posted by **oferbd9** September 28, 2023 Error: Minified React error #130; visit https://reactjs.org/docs/error-decoder.html?invariant=130&args[]=undefined&args[]= for the full message or use the non-minified dev environment for full errors and additional helpful warnings.

With the upgrade of the grafana plugin toolkit and the removal of the legacy form components in the config editor the plugin no longer works in Grafana Versions < 9

If you are using an earlier Grafana version, the following release should still work for you: https://github.com/mullerpeter/databricks-grafana/releases/tag/v1.1.7

Not sure if I should put Grafana >= 9 as a requirement for this plugin or reintroduce the Legacy Form components in the Config Editor.