Plugins 〉Databricks


Developer
Grafana Labs

Resources

Sign up to receive occasional product news and updates:



Latest webinars
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

[0.3.7] - 2023-05-04

  • Chore - Backend binaries are now compiled with Go version 1.20.4

[0.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

0.3.5 - 2023-03-30

  • Fix - Remove double forward slash from driver path

0.3.4 - 2023-03-16

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

0.3.3 - 2023-03-09

  • Fix - Use forked driver that allows passing timeout

0.3.2 - 2023-03-09

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

0.3.1 - 2023-03-07

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

0.3.0 - 2023-03-02

  • Feature - $__interval_long macro

0.2.1 - 2023-02-15

  • Fix - Fixed broken token based connection which was broken in 0.2.0

0.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

0.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

  • Bug Fix: Retry only on 503
  • Chore: Update plugin sdk

0.1.4

  • Bug Fix: Query retries

0.1.3

  • Bug 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

  • Bug Fix: Fix ping timeout

0.1.0

  • Feature: Token based auth

0.0.2

  • Feature: Use sql editor for query variables