-
- Downloads
update QP max results limitations in a few ways:
* set the absolute limit up to just over 1m rows, which is the max Excel allows. * allow query execution callers to specify their own :max-results and :max-results-bare-rows values so that we can contextually constrain the result sizes. this allows us to easily have the api allow 10k results, a pulse allow 500 results, and a CSV download to allow 1m results.
Showing
- src/metabase/api/dataset.clj 15 additions, 1 deletionsrc/metabase/api/dataset.clj
- src/metabase/driver/query_processor.clj 30 additions, 16 deletionssrc/metabase/driver/query_processor.clj
- test/metabase/driver/query_processor_test.clj 25 additions, 2 deletionstest/metabase/driver/query_processor_test.clj
Loading
Please register or sign in to comment