This is an automated email from the ASF dual-hosted git repository.

dpgaspar pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-superset.git


The following commit(s) were added to refs/heads/master by this push:
     new 517a643  [databases] [mvc] remove encrypted extra from list of 
possible filter (#8679)
517a643 is described below

commit 517a643bd41b4a8d27a83973a141ffc141ec743d
Author: Daniel Vaz Gaspar <[email protected]>
AuthorDate: Thu Nov 28 09:02:45 2019 +0000

    [databases] [mvc] remove encrypted extra from list of possible filter 
(#8679)
---
 superset/views/database/__init__.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/superset/views/database/__init__.py 
b/superset/views/database/__init__.py
index b9b207a..98227ed 100644
--- a/superset/views/database/__init__.py
+++ b/superset/views/database/__init__.py
@@ -103,6 +103,7 @@ class DatabaseMixin:
         "changed_by",
         "queries",
         "saved_queries",
+        "encrypted_extra",
     )
     edit_columns = add_columns
     show_columns = [

Reply via email to