Plugins 〉Databricks


Developer
Grafana Labs

Resources

Sign up to receive occasional product news and updates:



Data Source
grafana
Enterprise

Databricks

  • Overview
  • Installation
  • Change log
  • Related content

Databricks datasource for Grafana

The Databricks datasource allows a direct connection to Databricks to query and visualize Databricks data in Grafana.

This datasource provides a SQL editor to format and color code your SQL statements.

Note: This plugin is for Grafana Enterprise only.

See also

Technical documentation

License

Installing Databricks on Grafana Cloud:

For more information, visit the docs on plugin installation.

Changelog

v1.2.0 - 2023-10-31

  • ⚙️ Chore: Security update

v1.1.0 - 2023-10-30

  • ⚙️ Chore: Capture error source

v1.0.4 - 2023-10-02

  • ? Fix: VariableQueryEditor - trigger model update onblur

v1.0.3 - 2023-09-07

  • ? Fix: grafana-plugin-sdk-go dependency updated to fix an issue when converting float32s to float64s

v1.0.2 - 2023-08-25

  • ? Fix: better ux when pasting httpPath into the config editor from the databricks ui

v1.0.1 - 2023-07-24

  • ⚙️ Chore: adds unit tests for the query retries introduced in 0.3.8

v1.0.0 - 2023-06-15

  • ⚙️ Chore: Remove odbc driver; add e2e tests; migrate to create-plugin; refactor

v0.3.9 - 2023-06-08

  • ⚙️ Chore: backend libs updated golang:1.20.5

v0.3.8 - 2023-06-05

  • ? Fix: adds another string to retry a query against on the internal settings

v0.3.7 - 2023-05-04

  • ⚙️ Chore: Backend binaries are now compiled with Go version 1.20.4

v0.3.6 - 2023-04-19

  • ⚙️ Chore: Backend dependencies updated
  • ⚙️ Chore: Backend binaries are now compiled with Go version 1.20.3 which contains security fixes

v0.3.5 - 2023-03-30

  • ? Fix: Remove double forward slash from driver path

v0.3.4 - 2023-03-16

  • ? Fix: Query cancellation - don't use parent context for query

v0.3.3 - 2023-03-09

  • ? Fix: Use forked driver that allows passing timeout

v0.3.2 - 2023-03-09

  • ? Fix: Use new connector with retries. Add max rows, retry timeout settings. Update sqlds to fix macros panic.

v0.3.1 - 2023-03-07

  • ? Fix: Add timeout to connection string. Update driver. Allow enabling debug logging in the driver.

v0.3.0 - 2023-03-02

  • ? Feature: $__interval_long macro

v0.2.1 - 2023-02-15

  • ? Fix: Fixed broken token based connection which was broken in 0.2.0

v0.2.0 - 2023-02-01

(TOKEN BASED AUTH IS BROKEN)

  • ⚙️ Chore: Recompile with go 1.19.5
  • ⚙️ Chore: Databricks ODBC driver updated to version 2.6.29
  • ⚙️ Chore: databricks-sql-go dependency updated to version 1.0.1

v0.1.7 - 2022-12-21

  • ⚙️ Chore: Recompile with go 1.19.4
  • ⚙️ Chore: Backend dependencies updated

0.1.6

  • ⚙️ Chore: Update go dependencies

0.1.5

  • ? Fix: Retry only on 503
  • ⚙️ Chore: Update plugin sdk

0.1.4

  • ? Fix: Query retries

0.1.3

  • ? Fix: Fixed a bug where the hide queries in grafana is not respected

0.1.2

  • ? Feature: Add UserAgentEntry to ODBC connection

0.1.1

  • ? Fix: Fix ping timeout

0.1.0

  • ? Feature: Token based auth

0.0.2

  • ? Feature: Use sql editor for query variables