From 7cab07a18a2f284c292fe9c120c5bf118246e270 Mon Sep 17 00:00:00 2001 From: Michelle Thomas Date: Fri, 12 Jan 2018 15:18:21 -0800 Subject: [PATCH] Adding limit to time_table viz to get druid query to work --- 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'], ],