dpgaspar commented on a change in pull request #13752:
URL: https://github.com/apache/superset/pull/13752#discussion_r602411530
##########
File path: superset/reports/commands/execute.py
##########
@@ -403,6 +407,7 @@ def __init__(
self._session = session
self._report_schedule = report_schedule
self._scheduled_dttm = scheduled_dttm
+ self._execution_id = uuid4()
Review comment:
check if you need to use the `bind=True` and then `self.request.id` to
bind the function to the task class.
https://docs.celeryproject.org/en/latest/userguide/tasks.html?highlight=requestcontext#basics
--
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]