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 2022/04/01 17:12:03 UTC

[GitHub] [superset] diegomedina248 commented on a change in pull request #19362: fix(sql lab): display the 'View Results' button consistently in the history tab on sync mode

diegomedina248 commented on a change in pull request #19362:
URL: https://github.com/apache/superset/pull/19362#discussion_r840775628



##########
File path: superset/sql_lab.py
##########
@@ -528,6 +528,8 @@ def execute_sql_statements(  # pylint: disable=too-many-arguments, too-many-loca
 
     if store_results and results_backend:
         key = str(uuid.uuid4())
+        payload["query"]["resultsKey"] = key

Review comment:
       it's not the same, the key is scoped to this code block




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

To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



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