Skip to content
Snippets Groups Projects
Commit 7977fd45 authored by Ryan Senior's avatar Ryan Senior
Browse files

Add support for binning of nested queries

To support this Cards now include fingerprints in the
result_metadata. That fingerprint is included in the query dictionary
and is available to the query pipeline. The expand/resolve/binning
middleware can make use of that fingerprint data to build the binned
query. Dimension options for these kinds of queries will also now be
available.

Note that binning is only available on questions that have result
metadata. If no result metadata (and thus no fingerprint) is
available, no dimensions options will be included and an exception
will be thrown if a binned query is attempted. In most cases, just
running a card once will populate that data.

Fixes #5938
parent 18d2f68c
No related branches found
No related tags found
No related merge requests found
Showing
with 156 additions and 50 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment