This is an automated email from the ASF dual-hosted git repository.
yongjiezhao 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 644148b37d chore: add SAMPLES_ROW_LIMIT in frontend conf (#20841)
644148b37d is described below
commit 644148b37d266378634a9eb55f15c05ac9438ef2
Author: Yongjie Zhao <[email protected]>
AuthorDate: Mon Jul 25 15:21:16 2022 +0800
chore: add SAMPLES_ROW_LIMIT in frontend conf (#20841)
---
superset/views/base.py | 1 +
1 file changed, 1 insertion(+)
diff --git a/superset/views/base.py b/superset/views/base.py
index 26e22e698a..9c0d673604 100644
--- a/superset/views/base.py
+++ b/superset/views/base.py
@@ -104,6 +104,7 @@ FRONTEND_CONF_KEYS = (
"CSV_EXTENSIONS",
"COLUMNAR_EXTENSIONS",
"ALLOWED_EXTENSIONS",
+ "SAMPLES_ROW_LIMIT",
)
logger = logging.getLogger(__name__)