villebro commented on a change in pull request #8626: slightly decouple 
sql_json, queries, and results http endpoints from …
URL: 
https://github.com/apache/incubator-superset/pull/8626#discussion_r349287651
 
 

 ##########
 File path: superset/views/core.py
 ##########
 @@ -2904,6 +2911,9 @@ def fetch_datasource_metadata(self):
     @has_access_api
     @expose("/queries/<last_updated_ms>")
     def queries(self, last_updated_ms):
+        return self.queries_exec(last_updated_ms)
+
+    def queries_exec(self, last_updated_us):
 
 Review comment:
   Same here

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

Reply via email to