Skip to content

Releases: grafana/google-bigquery-datasource

grafana-bigquery-datasource v1.0.0

13 Apr 13:20
Compare
Choose a tag to compare

1.0.0

grafana-bigquery-datasource v0.1.15

08 Apr 14:08
Compare
Choose a tag to compare

0.1.15

  • Data types support Add support for GEOGRAPHY, BIGNUMERIC and BYTES data types.
  • Code editor: Add possibility to edit query in an expanded editor.
  • Visual Query Builder: Support asterisk in select.
  • Visual Query Builder: Format preview.
  • Visual Query Builder: Open group by when aggregation selected.
  • Fix: Reset query on dataset change.
  • Fix: Remove not used config settings.
  • Fix: Perform query validation on processing location change.
  • Update list of available processing locations.
  • Update minimal Grafana version.

grafana-bigquery-datasource v0.1.14

05 Apr 08:12
Compare
Choose a tag to compare

0.1.14

  • Fix: Reset query in visual query builder when table is changed.
  • Fix: Remove debounced state updates in visual query builder.
  • Fix: Format template variables and macros correctly in code editor.
  • Fix: Do not run hidden queries.
  • Fix: Interpolate template variables correctly for validation requests.

grafana-bigquery-datasource v0.1.13

31 Mar 15:59
Compare
Choose a tag to compare

0.1.13

  • Data source settings: Fix bug, that made it impossible to reset and change JWT token used for authentication.

grafana-bigquery-datasource v0.1.12

30 Mar 11:33
Compare
Choose a tag to compare

0.1.12

  • Annotations: Add annotation support.
  • Visual Query Builder: Visual query builder has now a default limit set for a query (50).
  • Visual Query Builder: Queries built with visual query builder are no longer automatically executed- the Run query button is shown as in code editor.
  • Visual Query Builder: Query produced by visual query builder has table wrapped in backticks.
  • Visual Query Builder: Add aggregated columns to Order By select.
  • Visual Query Builder: Fix bug when the user changes the filter operator.
  • Autocomplete: Add completion for macros.
  • Query validation: Add time range to query validation API call. Fixes query validation errors when macros using the time range is used.
  • Query validation: Return validation when an unsupported macro is used.
  • Fix: timeGroup macro should now be interpolated correctly.

grafana-bigquery-datasource v0.1.11

15 Mar 10:00
Compare
Choose a tag to compare

0.1.11

  • Fix: Allow running script queries.
  • Query validation: Add interpolated to validation response.

grafana-bigquery-datasource v0.1.10

17 Feb 14:10
Compare
Choose a tag to compare

0.1.10

  • Code editor: Add option to format the query.
  • Code editor: Do not run the query when user blurs the code editor.
  • Query validation: Do not re-validate query if it hasn's changed.

grafana-bigquery-datasource v0.1.9

11 Feb 21:55
Compare
Choose a tag to compare

0.1.9

  • Autocomplete: Add suggestions for columns in WHERE clause.
  • Query validation: Actively run query validation on query change rather than on blur.
  • Code editor: Run query when CTRL/CMD+Return is pressed.

grafana-bigquery-datasource v0.1.8

10 Feb 16:13
Compare
Choose a tag to compare

0.1.8

  • Autocomplete: Improve tables suggestions.
  • Query validation: Interpolate template variables and macros before performing dry run.

grafana-bigquery-datasource v0.1.7

09 Feb 14:41
Compare
Choose a tag to compare

0.1.7

  • Autocomplete: Add suggestions for ingestion-time partitioned table filters.
  • Code editor: Make autocomplete case insentive for keywords and operators.
  • Code editor: Make query bytes estimate more user friendly.