Skip to content

Commit

Permalink
[fab] Add extra to list of columns
Browse files Browse the repository at this point in the history
  • Loading branch information
john-bodley committed Aug 18, 2022
1 parent 55304b0 commit 166e190
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion superset/connectors/sqla/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ class SqlMetricInlineView( # pylint: disable=too-many-ancestors
add_title = _("Add Metric")
edit_title = _("Edit Metric")

list_columns = ["metric_name", "verbose_name", "metric_type"]
list_columns = ["metric_name", "verbose_name", "metric_type", "extra"]
edit_columns = [
"metric_name",
"description",
Expand Down

0 comments on commit 166e190

Please sign in to comment.