Skip to content

Commit

Permalink
chore: Remove previously deprecated dataset column from RESTful API
Browse files Browse the repository at this point in the history
  • Loading branch information
john-bodley authored Jun 14, 2023
1 parent c69634d commit cbda751
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion superset/datasets/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,6 @@ class DatasetRestApi(BaseSupersetModelRestApi):
"columns.type",
"columns.uuid",
"columns.verbose_name",
"metrics", # TODO(john-bodley): Deprecate in 3.0.
"metrics.changed_on",
"metrics.created_on",
"metrics.d3format",
Expand Down

0 comments on commit cbda751

Please sign in to comment.