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:30 UTC

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

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 = {