amaannawab923 commented on code in PR #33357: URL: https://github.com/apache/superset/pull/33357#discussion_r2075573020
########## superset/config.py: ########## @@ -969,6 +969,13 @@ class D3TimeFormat(TypedDict, total=False): # Maximum number of rows returned for any analytical database query SQL_MAX_ROW = 100000 +# Maximum number of rows that can be returned for table without Server pagination +TABLE_VIZ_MAX_ROW_CLIENT = 100000 Review Comment: Makes sense , since both of them have same values... We can eliminate one -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
