DaimonPl opened a new issue #4423: Pivot table - ability to specify row limit
URL: https://github.com/apache/incubator-superset/issues/4423
 
 
   Make sure these boxes are checked before submitting your issue - thank you!
   
   - [ ] I have checked the superset logs for python stacktraces and included 
it here as text if any
   - [ ] I have reproduced the issue with at least the latest released version 
of superset
   - [ ] I have checked the issue tracker for the same issue and I haven't 
found one similar
   
   
   ### Superset version
   0.22.1
   
   ### Expected results
   When defining "pivot table" slice it should be possible to configure row 
limit
   
   ### Actual results
   Currently row limit in query is hardcoded (or maybe taken from ROW_LIMIT 
superset configuration):
   
   `  "limitSpec": {
       "limit": 5000, 
       "type": "default"
     },`
   
   It is very unexpected as row limit is not configurable but result is limited 
to that number
   
   ### Steps to reproduce
   
   
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to