jfrag1 commented on a change in pull request #13752:
URL: https://github.com/apache/superset/pull/13752#discussion_r602396370
##########
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:
The closest thing I found to this is [this Github
issue](https://github.com/celery/celery/issues/1813), but it only described how
it could be done when triggering tasks with `delay` or `apply_async`, and I
wasn't sure how to do it for a task triggered by a beat schedule.
--
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]