You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by GitBox <gi...@apache.org> on 2021/07/29 19:29:52 UTC

[GitHub] [superset] betodealmeida commented on a change in pull request #15953: feat: send post-processed data in reports

betodealmeida commented on a change in pull request #15953:
URL: https://github.com/apache/superset/pull/15953#discussion_r679429916



##########
File path: superset/charts/api.py
##########
@@ -637,9 +632,7 @@ def get_data(self, pk: int) -> Response:
         except (TypeError, json.decoder.JSONDecodeError):
             form_data = {}
 
-        return self.get_data_response(
-            command, viz_type=chart.viz_type, form_data=form_data

Review comment:
       `viz_type` is also a field in `form_data`, so we just need to pass `form_data` around.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org