From 2607e4be4d9261f02ddc0728c3ecc1d9ef51a847 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 e67b6cfd15..e8b95cd4ac 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'], ],