mistercrunch commented on a change in pull request #6220: [SIP-5] Open a new
/api/v1/query endpoint that takes query_obj
URL:
https://github.com/apache/incubator-superset/pull/6220#discussion_r231746747
##########
File path: superset/views/core.py
##########
@@ -1118,29 +1114,19 @@ def get_samples(self, viz_obj):
'data': viz_obj.get_samples(),
})
+ @handle_superset_exception
Review comment:
Just rebased and trying to fix stacktraces, and I think applying the
decorator here is wrong since this method is not a view
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]