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.
A select query returning no results triggers an exception rather than just an empty result.
This behaviour does not appear when using a different data source which leads to an empty series object (i.e. prometheus)
Expected Behaviour
The chart should display "No data" or no display anything
Actual Behaviour
An Object is not iterable exception is thrown
Steps to Reproduce the Problem
create a new panel
using the BQ source create a query that returns no results:
i.e. ```SELECT
$__timeGroupAlias(TimeStamp,1h),
count(*) AS errors
from table
where 1=2
Bug Report
A select query returning no results triggers an exception rather than just an empty result.
This behaviour does not appear when using a different data source which leads to an empty
series
object (i.e. prometheus)Expected Behaviour
The chart should display "No data" or no display anything
Actual Behaviour
An Object is not iterable exception is thrown
Steps to Reproduce the Problem
i.e. ```SELECT
$__timeGroupAlias(TimeStamp,1h),
count(*) AS errors
from table
where 1=2
The text was updated successfully, but these errors were encountered: