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
https://sql.telemetry.mozilla.org/queries/61954/source shows 2,055 rows for a daily summary for the last three years. That's too many rows! If you sort by submission_date, it shows duplicates for each row. Viewing by natural order, the dataset is repeated: it ascends from the oldest date through the newest date and then restarts at the oldest date again.
The CSV export only has one row per submission_date, as expected.
Screenshot, in case this changes:
Steps to Reproduce
idk tbh!
The text was updated successfully, but these errors were encountered:
Copying and pasting this query text into the BQ console and running gives me 1028 rows, so no duplicates. That fact coupled with your observation that the CSV export looks good does indeed make this look to be an issue in redash's rendering.
Issue Summary
https://sql.telemetry.mozilla.org/queries/61954/source shows 2,055 rows for a daily summary for the last three years. That's too many rows! If you sort by submission_date, it shows duplicates for each row. Viewing by natural order, the dataset is repeated: it ascends from the oldest date through the newest date and then restarts at the oldest date again.
The CSV export only has one row per submission_date, as expected.
Screenshot, in case this changes:
![image](https://user-images.githubusercontent.com/173889/69442870-2af4bf80-0d02-11ea-90d2-b9303c88ae6e.png)
Steps to Reproduce
idk tbh!
The text was updated successfully, but these errors were encountered: