diff --git a/superset/charts/api.py b/superset/charts/api.py index 47eb03e0f6..d913801742 100644 --- a/superset/charts/api.py +++ b/superset/charts/api.py @@ -119,12 +119,11 @@ class ChartRestApi(BaseSupersetModelRestApi): "table.table_name", "thumbnail_url", "url", - "params", - "cache_timeout", "owners.id", "owners.username", "owners.first_name", "owners.last_name", + "viz_type", ] list_select_columns = list_columns + ["changed_by_fk", "changed_on"] order_columns = [