This is an automated email from the ASF dual-hosted git repository.
beto pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git
The following commit(s) were added to refs/heads/master by this push:
new f9b7250 fix: revert DEFAULT_SQLLAB_LIMIT to default (#15869)
f9b7250 is described below
commit f9b72505fb101db83581c5fce08e7a4a8b7660b0
Author: Beto Dealmeida <[email protected]>
AuthorDate: Fri Jul 23 11:38:42 2021 -0700
fix: revert DEFAULT_SQLLAB_LIMIT to default (#15869)
---
superset/config.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/superset/config.py b/superset/config.py
index 25d6948..e254ff1 100644
--- a/superset/config.py
+++ b/superset/config.py
@@ -656,7 +656,7 @@ DISPLAY_MAX_ROW = 10000
# Default row limit for SQL Lab queries. Is overridden by setting a new limit
in
# the SQL Lab UI
-DEFAULT_SQLLAB_LIMIT = 10000
+DEFAULT_SQLLAB_LIMIT = 1000
# Maximum number of tables/views displayed in the dropdown window in SQL Lab.
MAX_TABLE_NAMES = 3000