mistercrunch commented on a change in pull request #11660:
URL:
https://github.com/apache/incubator-superset/pull/11660#discussion_r523815126
##########
File path: superset/sql_lab.py
##########
@@ -353,9 +354,16 @@ def execute_sql_statements( # pylint:
disable=too-many-arguments, too-many-loca
logger.info("Query %s: %s", str(query_id), msg)
query.set_extra_json_key("progress", msg)
session.commit()
Review comment:
Oh that's a different session with our metadata database to log the
state of the queries, unrelated to the analytics DB
----------------------------------------------------------------
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]