robdiciuccio commented on a change in pull request #14702:
URL: https://github.com/apache/superset/pull/14702#discussion_r635410667



##########
File path: superset/charts/commands/data.py
##########
@@ -67,8 +67,8 @@ def run(self, **kwargs: Any) -> Dict[str, Any]:
 
         return return_value
 
-    def run_async(self) -> Dict[str, Any]:
-        job_metadata = async_query_manager.init_job(self._async_channel_id)
+    def run_async(self, user_id: int) -> Dict[str, Any]:

Review comment:
       `user_id` will be `None` for anonymous (public) users: 
https://github.com/maxcountryman/flask-login/blob/89ce0167a8603d2c53fa2d0d604a20bfe03c0eaf/flask_login/mixins.py#L59




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

Reply via email to