From 9fcd5d67e44c3ddbae2c1cbe4cd93b81023c655f Mon Sep 17 00:00:00 2001 From: Maxime Beauchemin Date: Wed, 16 Aug 2017 13:24:43 -0700 Subject: [PATCH] [sql lab] add pending to the list of searchable statuses (#3292) --- superset/assets/javascripts/SqlLab/constants.js | 1 + 1 file changed, 1 insertion(+) diff --git a/superset/assets/javascripts/SqlLab/constants.js b/superset/assets/javascripts/SqlLab/constants.js index 2a9327509e..6d678067cc 100644 --- a/superset/assets/javascripts/SqlLab/constants.js +++ b/superset/assets/javascripts/SqlLab/constants.js @@ -11,6 +11,7 @@ export const STATUS_OPTIONS = [ 'success', 'failed', 'running', + 'pending', ]; export const TIME_OPTIONS = [