currently, when you create a dashboard new panel grafana tries to run an empty query. this crashes the plugin meaning the dropdown items are never returned, making the builder unuseable.
this fixes the behaviour by filtering out any empty queries before running.
currently, when you create a dashboard new panel grafana tries to run an empty query. this crashes the plugin meaning the dropdown items are never returned, making the builder unuseable.
this fixes the behaviour by filtering out any empty queries before running.
Before: https://github.com/grafana/yugabyte-datasource/assets/34524710/4afba13b-f61d-4d06-a819-57006db6e569
After: https://github.com/grafana/yugabyte-datasource/assets/34524710/524730da-da6d-44ae-9cf5-dc7aab7ca78e