This is an automated email from the ASF dual-hosted git repository. johnbodley pushed a commit to branch john-bodley--remove-deprecated-dataset-column in repository https://gitbox.apache.org/repos/asf/superset.git
commit cbda751921e6256b4d2b9123708e901c6d032e1e Author: John Bodley <[email protected]> AuthorDate: Wed Jun 14 09:08:37 2023 -0700 chore: Remove previously deprecated dataset column from RESTful API --- superset/datasets/api.py | 1 - 1 file changed, 1 deletion(-) diff --git a/superset/datasets/api.py b/superset/datasets/api.py index 6568ba3793..b44bdf0121 100644 --- a/superset/datasets/api.py +++ b/superset/datasets/api.py @@ -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",
