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:
Lily Kuang
2020-07-06 16:25:57 -07:00
committed by GitHub
parent 84f8a51458
commit b9e0678752
4 changed files with 136 additions and 0 deletions

View File

@@ -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]] = {}