Hi, can someone tell me how the logic for the usage aggregations shown in the UI works?
I have the following use case: I’ve created a custom ingestion/script to add the (monthly) usage for some datasets (including the number of queries per field). The problem is that every time I emit new data the usage shown in the UI is showing the total of every usage emitted. I would like to only show the last value emitted
Example, If I emit the usage for this field once, it shows the only value 672602
, but if I emit it again, it shows the value duplicated