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 02:57:27 UTC

[superset] branch master updated: chore(fab): Expose the TableColumnInlineView extra column listed in the legacy FAB API #21118 (#21142)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new a27f246eff chore(fab): Expose the TableColumnInlineView extra column listed in the legacy FAB API #21118 (#21142)
a27f246eff is described below

commit a27f246effbc422d80fb2d6f7c5a7919749fd9e1
Author: John Bodley <45...@users.noreply.github.com>
AuthorDate: Fri Aug 19 19:57:02 2022 -0700

    chore(fab): Expose the TableColumnInlineView extra column listed in the legacy FAB API #21118 (#21142)
---
 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 = {