suddjian commented on a change in pull request #9370: Add visualization flow to
the CTA queries
URL:
https://github.com/apache/incubator-superset/pull/9370#discussion_r398131060
##########
File path: superset/views/core.py
##########
@@ -1968,6 +1970,48 @@ def sync_druid_source(self):
return json_error_response(utils.error_msg_from_exception(e))
return Response(status=201)
+ @has_access
+ @expose("/sqllab_table_viz/", methods=["POST"])
Review comment:
I think this endpoint should probably have a name that reflects what it
does, rather than being sqllab-specific.
----------------------------------------------------------------
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:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]