dpgaspar commented on a change in pull request #13752:
URL: https://github.com/apache/superset/pull/13752#discussion_r602409710
##########
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 `delay` is invoked by the caller.
use `<job_name>.request.id` to get the id, then use it here:
https://github.com/apache/superset/blob/master/superset/tasks/scheduler.py#L67
on this case should be `execute.request.id`
--
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]