mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
Revert "fix(sql lab): display the 'View Results' button consistently in the history tab on sync mode (#19362)" (#19906)
This reverts commit 6d5d03e592.
This commit is contained in:
@@ -528,8 +528,6 @@ 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
|
||||
|
||||
logger.info(
|
||||
"Query %s: Storing results in results backend, key: %s", str(query_id), key
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user