This is an automated email from the ASF dual-hosted git repository. beto pushed a commit to branch revert_DEFAULT_SQLLAB_LIMIT in repository https://gitbox.apache.org/repos/asf/superset.git
commit 7fff4b5906edf6d83e8cabb0e9408a6f4f39a03a Author: Beto Dealmeida <[email protected]> AuthorDate: Fri Jul 23 09:54:07 2021 -0700 fix: revert DEFAULT_SQLLAB_LIMIT to default --- 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
