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 2019/05/07 00:23:33 UTC

[GitHub] [incubator-superset] graceguo-supercat commented on a change in pull request #7449: [WIP] allow GET method for explore_json by feature flag

graceguo-supercat commented on a change in pull request #7449: [WIP] allow GET method for explore_json by feature flag
URL: https://github.com/apache/incubator-superset/pull/7449#discussion_r281423564
 
 

 ##########
 File path: superset/views/base.py
 ##########
 @@ -127,6 +128,12 @@ def wraps(self, *args, **kwargs):
             return json_error_response(utils.error_msg_from_exception(e),
                                        stacktrace=traceback.format_exc(),
                                        status=e.status)
+        except HTTPException as e:
 
 Review comment:
   added handler for 405 MethodNotAllowed

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

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