You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 11, 2022. It is now read-only.
SELECT`created_timestamp`AStime, CAST (`platform`AS String ) AS tags,
`id`, `versions_count`astextFROM`midyear-choir-151316.Test.ts`WHERE`created_timestamp` BETWEEN TIMESTAMP_MILLIS ($__from) AND TIMESTAMP_MILLIS ($__to)
ORDER BY1,2LIMIT1280
Expected Behavior
The annotation tooltip should be showing
Actual Behavior
The annotation stays hidden and there is an error in the console
Steps to Reproduce the Problem
Create an annotation query using bigquery
hover the annotation to display the tooltip
Notice that the tooltip stays hidden.
Specifications
Version: 1.0.5
Platform: web (chrome)
Grafana Version: v6.6.1 (21bf8b71bc)
The text was updated successfully, but these errors were encountered:
Bug Report
When writing annotation query using google bigquery datasource, the tooltip of the annotation is not showing and an error is thrown in the console:
Here's the error:
Here's my annotation query:
Expected Behavior
The annotation tooltip should be showing
Actual Behavior
The annotation stays hidden and there is an error in the console
Steps to Reproduce the Problem
Specifications
The text was updated successfully, but these errors were encountered: