You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by hu...@apache.org on 2019/05/11 06:27:14 UTC

[incubator-superset] 01/01: update list columns to have table name

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

hugh pushed a commit to branch add-tablename-api
in repository https://gitbox.apache.org/repos/asf/incubator-superset.git

commit 6aec0c60cf9e6c753bb79b4e7d994c567b6aa341
Author: hughhhh <hm...@lyft.com>
AuthorDate: Fri May 10 23:26:47 2019 -0700

    update list columns to have table name
---
 superset/connectors/sqla/views.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/superset/connectors/sqla/views.py b/superset/connectors/sqla/views.py
index a7c77c2..2739410 100644
--- a/superset/connectors/sqla/views.py
+++ b/superset/connectors/sqla/views.py
@@ -175,7 +175,7 @@ class TableModelView(DatasourceModelView, DeleteMixin, YamlExportMixin):  # noqa
 
     list_columns = [
         'link', 'database_name',
-        'changed_by_', 'modified']
+        'changed_by_', 'modified', 'table_name']
     order_columns = ['modified']
     add_columns = ['database', 'schema', 'table_name']
     edit_columns = [