From f8f1cacdd644a38d11092c6d4903e5c9a0d4c31d 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 f2e668f8f1829..e8db775eae1bc 100644 --- a/superset/assets/javascripts/explore/stores/visTypes.js +++ b/superset/assets/javascripts/explore/stores/visTypes.js @@ -627,6 +627,7 @@ export const visTypes = { expanded: true, controlSetRows: [ ['groupby', 'metrics'], + ['limit'], ['column_collection'], ['url'], ],