Closed ryscheng closed 1 month ago
Technically we fix the issue in #2400 but this will take a little while to get reflected on the api as the deployment of our metrics is not yet automatic (we are working on this actively).
Thanks @escottalexander for this issue!
What is it?
From Elliot
When running a query I get different amounts returned for the same metricId, ProjectId and sampleDate. Not sure if my expectations are wrong or if this is just because the data isn't quite ready.
JavaScript
Found with this query:
with a where clause that looks like this:
I would expect that there would only be one entry per unique metricId, projectId and sampleDate combinations.
Thanks for helping me understand why this is the case.