You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by di...@apache.org on 2022/08/22 13:18:17 UTC

[superset] 28/36: 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.

diegopucci pushed a commit to branch chore/drill-to-detail-modal-tests
in repository https://gitbox.apache.org/repos/asf/superset.git

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