From 426040d9251216a140685c210eb19065f39216a8 Mon Sep 17 00:00:00 2001 From: michellethomas Date: Tue, 16 Jan 2018 10:27:35 -0800 Subject: [PATCH] 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 e67b6cfd15c4d..e8b95cd4aca60 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'], ],