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.
{
"error": {
"code": 400,
"message": "Syntax error: Expected \")\" or \",\" but got \".\" at [2:33]",
"errors": [
{
"message": "Syntax error: Expected \")\" or \",\" but got \".\" at [2:33]",
"domain": "global",
"reason": "invalidQuery",
"location": "q",
"locationType": "parameter"
}
],
"status": "INVALID_ARGUMENT"
}
}
GraphQL Query
standardSQL↵SELECT * EXCEPT (tmphttpRequest.status) From ↵ (↵SELECT↵ `timestamp` AS time,↵ CAST (`resource`.`type`AS String ) AS metric,↵ `httpRequest`.`status` as tmphttpRequest.status, (CASE WHEN `httpRequest`.`status` >= lag(`httpRequest`.`status`) OVER (PARTITION BY timestamp,resource.type ORDER BY `timestamp`) THEN `httpRequest`.`status` - lag(`httpRequest`.`status`) OVER (PARTITION BY timestamp,resource.type ORDER BY `timestamp`) WHEN lag(`httpRequest`.`status`) OVER (PARTITION BY timestamp,resource.type ORDER BY `timestamp`) IS NULL THEN NULL ELSE `httpRequest`.`status` END)/(UNIX_SECONDS(`timestamp`) -UNIX_SECONDS( lag(`timestamp`) OVER (PARTITION BY timestamp,resource.type ORDER BY `timestamp`))) AS httpRequest.status↵FROM `mls-production.loadbalancer_metrics.requests`↵WHERE↵ `timestamp` BETWEEN TIMESTAMP_MILLIS (1591816612290) AND TIMESTAMP_MILLIS (1591820212290))↵GROUP BY 1,2,3 LIMIT 2110"
useLegacySql: false
useQueryCache: true
Steps to Reproduce the Problem
Create a bigquery table with dots in the column names
Try to add an aggregate function to the column name
This was done using the query builder.
Specifications
Version: 1.0.7
Platform: Hosted grafana
Grafana Version: Grafana v7.0.2 (d3c725e4ff)
The text was updated successfully, but these errors were encountered:
Bug Report
Expected Behavior
Being able to add aggregation on columns
Actual Behavior
400 Error
GraphQL Query
Steps to Reproduce the Problem
This was done using the query builder.
Specifications
The text was updated successfully, but these errors were encountered: