mistercrunch commented on a change in pull request #5101: Explore to SQL Lab
URL: 
https://github.com/apache/incubator-superset/pull/5101#discussion_r196299914
 
 

 ##########
 File path: superset/views/core.py
 ##########
 @@ -1038,6 +1038,18 @@ def get_viz(
             )
             return viz_obj
 
+    @has_access
+    @expose('/sql')
+    def sql_from_form_data(self):
 
 Review comment:
   Basically call `getExploreUrlAndPayload(formData, endpointType = true)`

----------------------------------------------------------------
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]

Reply via email to