Peter Müller
Peter Müller
Not sure if that is related to the latest changes, as nothing on that part of the code changed. Does the error disappear if you disable the long to wide...
This is again the same error as in #61, this happens when the Databricks connection has been idle for too long & the session should be reinitiated. With the logic...
And what kind of compute resources are you using for the connection on the Databricks side? Serverless SQL Warehouse, SQL Warehouse or All purpose compute cluster?
Hi @udiazulayintel [v1.2.6](https://github.com/mullerpeter/databricks-grafana/releases/tag/v1.2.6) introduces a new mechanism to open the Databricks sql connection. This could potentially fix the issue with the invalid session handle errors, but this is just a...
@udiazulayintel Did you experience the issue again in the meantime with the new version? Otherwise I would close this issue
Ok this is really strange as this "Invalid SessionHandle" error is catched [here](https://github.com/mullerpeter/databricks-grafana/blob/a534cc30040afa1f1516b79f62330f230a53cdeb/pkg/plugin/plugin.go#L165C1-L166C1) when executing a query and then a new DB connection is created and the query is retried...
@udiazulayintel I just checked the logs again and on initial load of any Dashboards which include a Databricks Datasource the SuggestionProvider is initialised, which fires a query to get the...
Hi @liebsc21 Can you try to add `oauthPassThru: true` in the jsonData of your yaml?
Try to setup the datasource via the UI from scratch. Do you get the same issue? The error you post seems to be related to something different (wrong type for...
The scope has to be set in your SSO Auth Provider Config in Grafana and not in the plugin. OAuth Pass Trough only works if you setup the authentication part...