This is an automated email from the ASF dual-hosted git repository.
graceguo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-superset.git
The following commit(s) were added to refs/heads/master by this push:
new 2607e4b Adding limit to time_table viz to get druid query to work
(#4207)
2607e4b is described below
commit 2607e4be4d9261f02ddc0728c3ecc1d9ef51a847
Author: michellethomas <[email protected]>
AuthorDate: Tue Jan 16 10:27:35 2018 -0800
Adding limit to time_table viz to get druid query to work (#4207)
---
superset/assets/javascripts/explore/stores/visTypes.js | 1 +
1 file changed, 1 insertion(+)
diff --git a/superset/assets/javascripts/explore/stores/visTypes.js
b/superset/assets/javascripts/explore/stores/visTypes.js
index e67b6cf..e8b95cd 100644
--- a/superset/assets/javascripts/explore/stores/visTypes.js
+++ b/superset/assets/javascripts/explore/stores/visTypes.js
@@ -684,6 +684,7 @@ export const visTypes = {
expanded: true,
controlSetRows: [
['groupby', 'metrics'],
+ ['limit'],
['column_collection'],
['url'],
],
--
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].