Skip to content

Commit

Permalink
style: make database list less bloated (apache#10462)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistercrunch authored Jul 29, 2020
1 parent 1fbd920 commit 796f8e7
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions superset/views/database/mixins.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,8 @@ class DatabaseMixin:
list_columns = [
"database_name",
"backend",
"allow_run_async",
"allow_dml",
"allow_csv_upload",
"expose_in_sqllab",
"allow_run_async",
"creator",
"modified",
]
Expand Down Expand Up @@ -197,7 +195,7 @@ class DatabaseMixin:
"extra": _("Extra"),
"encrypted_extra": _("Secure Extra"),
"server_cert": _("Root certificate"),
"allow_run_async": _("Asynchronous Query Execution"),
"allow_run_async": _("Async Execution"),
"impersonate_user": _("Impersonate the logged on user"),
"allow_csv_upload": _("Allow Csv Upload"),
"modified": _("Modified"),
Expand Down

0 comments on commit 796f8e7

Please sign in to comment.