Skip to content
This repository has been archived by the owner on Nov 3, 2023. It is now read-only.

Commit

Permalink
chore(fab): Expose the TableColumnInlineView extra column listed in t…
Browse files Browse the repository at this point in the history
…he legacy FAB API apache#21118 (apache#21142)
  • Loading branch information
john-bodley authored Aug 20, 2022
1 parent 252ceb7 commit a27f246
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions superset/connectors/sqla/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ class TableColumnInlineView( # pylint: disable=too-many-ancestors
"groupby",
"filterable",
"is_dttm",
"extra",
]
page_size = 500
description_columns = {
Expand Down

0 comments on commit a27f246

Please sign in to comment.