Closed
Bug 1879874
Opened 2 years ago
Closed 2 years ago
Data Platform Check dashboard error querying the related Bug
Categories
(Data Platform and Tools :: Monitoring & Alerting, defect)
Data Platform and Tools
Monitoring & Alerting
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: lvargas, Unassigned)
Details
Error:
The Google BigQuery Standard SQL database encountered an error while running this query.
Query execution failed: - Array index 1 is out of bounds (overflow)
This is querying OFFSET[1] which falls out of range:
WHEN schema_errors_notes.bug IS NOT null THEN CONCAT("Bug ", SPLIT(schema_errors_notes.bug, "=")[OFFSET(0)])
ELSE ""
END
AS schema_errors_notes_bug_link
It needs to be OFFSET[0] OR a SAFE_OFFSET.
| Reporter | ||
Updated•2 years ago
|
Summary: Data Paltform Check dashboard error querying the related Bug → Data Platform Check dashboard error querying the related Bug
| Reporter | ||
Comment 1•2 years ago
|
||
The Dashboard expects a link in column Bug in the source spreadsheet sheet Schema Errors. It broke when adding other data (TBD, TBC)
Status: NEW → RESOLVED
Closed: 2 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•