You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by su...@apache.org on 2021/08/06 23:03:30 UTC

[superset] 02/02: remove datasource from dashboard/:id/charts

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

suddjian pushed a commit to branch chore/improve-dash-api-speed
in repository https://gitbox.apache.org/repos/asf/superset.git

commit f3a9acfc11502faa2ef68a3e439fb68d8c387531
Author: David Aaron Suddjian <aa...@gmail.com>
AuthorDate: Fri Aug 6 15:44:24 2021 -0700

    remove datasource from dashboard/:id/charts
---
 superset/charts/schemas.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/superset/charts/schemas.py b/superset/charts/schemas.py
index bef857d..726cf25 100644
--- a/superset/charts/schemas.py
+++ b/superset/charts/schemas.py
@@ -145,7 +145,6 @@ class ChartEntityResponseSchema(Schema):
     cache_timeout = fields.Integer(description=cache_timeout_description)
     changed_on = fields.String(description=changed_on_description)
     modified = fields.String()
-    datasource = fields.String(description=datasource_name_description)
     description = fields.String(description=description_description)
     description_markeddown = fields.String(
         description=description_markeddown_description