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

HTTP Proxy Support #3

Closed shmyer closed 1 year ago

shmyer commented 1 year ago

Does the plugin currently support HTTP Proxies? We tried running Grafana with the following environment variables:

But the connection to Databricks always timed out as direct access is blocked by our firewall.

mullerpeter commented 1 year ago

I don't think HTTP proxies are supported at the moment. The plugin uses the databricks-sql-go library to connect to Databricks, which as far as I can see it does not support HTTP proxies so far.

A related issue has been raised in the databricks-sql-python package https://github.com/databricks/databricks-sql-python/issues/22

shmyer commented 1 year ago

Thanks for the information. We worked around this now by allowing direct access to Databricks in our Firewall.