This is an automated email from the ASF dual-hosted git repository.

suddjian pushed a commit to branch dashboard-dataset-endpoint
in repository https://gitbox.apache.org/repos/asf/superset.git


The following commit(s) were added to refs/heads/dashboard-dataset-endpoint by 
this push:
     new f8ccbb2  description
f8ccbb2 is described below

commit f8ccbb2f99d9429181dad4cd0ad5e17b6d37af8b
Author: David Aaron Suddjian <[email protected]>
AuthorDate: Wed Mar 10 14:31:28 2021 -0800

    description
---
 superset/dashboards/api.py | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/superset/dashboards/api.py b/superset/dashboards/api.py
index 20e50e3..32a09b5 100644
--- a/superset/dashboards/api.py
+++ b/superset/dashboards/api.py
@@ -268,9 +268,8 @@ class DashboardRestApi(BaseSupersetModelRestApi):
                 ---
                 get:
                   description: >-
-                    Returns a map of a dashboard's datasets, keyed by dataset 
Uid.
-                    Each dataset includes only the information necessary to 
render
-                    the dashboard's charts.
+                    Returns a list of a dashboard's datasets. Each dataset 
includes only
+                    the information necessary to render the dashboard's charts.
                   parameters:
                   - in: path
                     schema:

Reply via email to