-
Notifications
You must be signed in to change notification settings - Fork 77
Annotation queries aren't working #153
Comments
Can you share the full query? |
That is the full query (I made a simple select to demonstrate the problem -
you should be able to reproduce by running exactly that select (with an
appropriate date value))
|
Same issue happened to me. I have this query used for annotation:
And I looked the query history from BigQuery console and saw:
Looks like the micro was not expanded. |
Do you guys have an example showing how using bigquery for annotation works? |
OP's second issue applies to my case as well. After I removed the timeFilter macro, the query succeeded as I can see from BigQuery console. But there is no annotation showing up on my dashboard. |
@junjieli1
|
Hi @avivl, I tried your suggestion but the error is:
The query I used is:
|
@junjieli1 did you used the latest version from the master branch? |
@avivl no we use v1.0.1 |
@junjieli1 please try with the latest from master 1.0.3 |
Hi @avivl, so I've just upgraded to 1.0.5. Now with the following query, I can see the annotation dotted line on the dashboard. However, when I hove over the dotted line, it doesn't show any name or tag. Do you know what could have gone wrong? Thanks! |
@junjieli1 the latest version is 1.0.6 please use it |
Reporting back, 1.0.6 works for me! Thanks @avivl ! |
👍 |
Bug Report
I've found a few different issues with annotation queries:
They don't appear to expand macros -- for the life of me I can't get a query to succeed when using
$__timeFilter()
.Even when the query succeeds, no annotations show up in the dashboard.
Expected Behavior
Actual Behavior
Annotations don't show up. It looks like text column might not be deserialized properly
Steps to Reproduce the Problem
Use this trivial annotation query:
Set up a dashboard over the relevant timespan (and for fun, add a table that shows annotations):
Specifications
The text was updated successfully, but these errors were encountered: