villebro commented on a change in pull request #16683:
URL: https://github.com/apache/superset/pull/16683#discussion_r710037929



##########
File path: superset/config.py
##########
@@ -671,9 +671,8 @@ def _try_json_readsha(filepath: str, length: int) -> 
Optional[str]:
 # Set this API key to enable Mapbox visualizations
 MAPBOX_API_KEY = os.environ.get("MAPBOX_API_KEY", "")
 
-# Maximum number of rows returned from a database
-# in async mode, no more than SQL_MAX_ROW will be returned and stored
-# in the results backend. This also becomes the limit when exporting CSVs
+# Maximum number of rows returned from a database, both SQL Lab, chart data
+# requests and CSV exports

Review comment:
       Thx - reworded as "Maximum number of rows returned for any analytical 
database query"




-- 
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]

Reply via email to