Skip to content
Snippets Groups Projects
user avatar
github-automation-metabase authored
Previously, cumulative aggregators were being done in clojure after the mongo query was finished.  However, this
didn't work on multi-step queries where the cumulative aggregator wasn't the last step (for example, do a cumulative
sum and then filter the result).  Implementing cumulative operators directly in mongo fixes this issue.

Co-authored-by: default avatarWilliam <william@metabase.com>
1540d83e
History
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
Name Last commit Last update
..