mullerpeter / databricks-grafana

Grafana Databricks integration allowing direct connection to Databricks to query and visualize Databricks data in Grafana.
https://mullerpeter.github.io/databricks-grafana/
Apache License 2.0
55 stars 4 forks source link

:bug: Fix: reintroduce connection refresh on invalid session handle #62

Closed mullerpeter closed 8 months ago

mullerpeter commented 8 months ago

Reintroduce the connection refresh logic removed in #28 to refresh the databricks session on Invalid SessionHandle Errors.

Fixes #60 Fixes #61 Fixes #27