mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
feat: dataset api endpoint for charts and dashboards count (#10235)
* create GET endpoint for charts and dashboards count associated to a dataset * add test for chart and dashboard count dataset
This commit is contained in:
@@ -83,6 +83,7 @@ class BaseSupersetModelRestApi(ModelRestApi):
|
||||
"data": "list",
|
||||
"viz_types": "list",
|
||||
"datasources": "list",
|
||||
"related_objects": "list",
|
||||
}
|
||||
|
||||
order_rel_fields: Dict[str, Tuple[str, str]] = {}
|
||||
|
||||
Reference in New Issue
Block a user