You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by jo...@apache.org on 2022/08/20 01:59:29 UTC

[superset] branch john-bodley--tablecolumn-list-columns-extra created (now aa0ca8b228)

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

johnbodley pushed a change to branch john-bodley--tablecolumn-list-columns-extra
in repository https://gitbox.apache.org/repos/asf/superset.git


      at aa0ca8b228 chore(fab): Expose the TableColumnInlineView extra column listed in the legacy FAB API #21118

This branch includes the following new commits:

     new aa0ca8b228 chore(fab): Expose the TableColumnInlineView extra column listed in the legacy FAB API #21118

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[superset] 01/01: chore(fab): Expose the TableColumnInlineView extra column listed in the legacy FAB API #21118

Posted by jo...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

johnbodley pushed a commit to branch john-bodley--tablecolumn-list-columns-extra
in repository https://gitbox.apache.org/repos/asf/superset.git

commit aa0ca8b228037bcd572c04741cbf0be5c7ca9bec
Author: John Bodley <45...@users.noreply.github.com>
AuthorDate: Fri Aug 19 18:59:14 2022 -0700

    chore(fab): Expose the TableColumnInlineView extra column listed in the legacy FAB API #21118
---
 superset/connectors/sqla/views.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/superset/connectors/sqla/views.py b/superset/connectors/sqla/views.py
index 3558ab9f19..7133cdfab9 100644
--- a/superset/connectors/sqla/views.py
+++ b/superset/connectors/sqla/views.py
@@ -100,6 +100,7 @@ class TableColumnInlineView(  # pylint: disable=too-many-ancestors
         "groupby",
         "filterable",
         "is_dttm",
+        "extra",
     ]
     page_size = 500
     description_columns = {