Databricks Grafana Versions Save

Grafana Databricks integration allowing direct connection to Databricks to query and visualize Databricks data in Grafana.

v1.2.5

1 month ago

What's Changed

Full Changelog: https://github.com/mullerpeter/databricks-grafana/compare/v1.2.4...v1.2.5

v1.2.4

2 months ago

What's Changed

Full Changelog: https://github.com/mullerpeter/databricks-grafana/compare/v1.2.3...v1.2.4

v1.2.3

2 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/mullerpeter/databricks-grafana/compare/v1.2.2...v1.2.3

v1.2.2

6 months ago

1.2.2

  • Bugfix: (Auto complete suggestions) Check if current schema & current catalog exist before fetching tables/schemas/columns
  • Chore: Upgrade go & npm dependencies to latest versions

What's Changed

Full Changelog: https://github.com/mullerpeter/databricks-grafana/compare/v1.2.1...v1.2.2

v1.2.1

7 months ago

1.2.1

  • Feature: Add label support for query variable in dashboard

What's Changed

New Contributors

Full Changelog: https://github.com/mullerpeter/databricks-grafana/compare/v1.2.0...v1.2.1

v1.2.0

8 months ago

1.2.0

  • Feature: Add support for auto complete suggestions in query editor
    • Experimental Feature, disabled by default (Can be enabled in Datasource Settings)
    • Could not find a nice library to generate suggestions for Databricks SQL, so I wrote my own. Feels a bit spaghetti, but it works quite well. Suggestion Model is far from complete but covers most of the use cases.
  • Feature: Add support to run multi statement queries (i.e. USE <catalog>.<schema>; SELECT * FROM <table>)
  • Refactor: Cleanup unused code in backend & upgrade legacy form components in config editor

1.1.8

  • Update grafana-plugin-sdk-go to v0.176.0
  • Migrate to @grafana/create-plugin

What's Changed

Full Changelog: https://github.com/mullerpeter/databricks-grafana/compare/v1.1.8...v1.2.0

v1.1.7

8 months ago

1.1.7

  • Bugfix: Close idle databricks connections after 6 hours

What's Changed

Full Changelog: https://github.com/mullerpeter/databricks-grafana/compare/v1.1.6...v1.1.7

v1.1.6

8 months ago

1.1.6

  • Bugfix: Correctly scope Databricks Connection to Datasource instance, in order to support multiple Databricks Datasources

What's Changed

Full Changelog: https://github.com/mullerpeter/databricks-grafana/compare/v1.1.5...v1.1.6

v1.1.5

8 months ago

1.1.5

  • Upgrade databricks-sql-go dependency to v1.4.0
  • Make Databricks Server Port configurable

What's Changed

Full Changelog: https://github.com/mullerpeter/databricks-grafana/compare/v1.1.4...v1.1.5

v1.1.4

1 year ago

What's Changed

Full Changelog: https://github.com/mullerpeter/databricks-grafana/compare/v1.1.3...v1.1.4