jfrag1 opened a new pull request #13752: URL: https://github.com/apache/superset/pull/13752
### SUMMARY <!--- Describe the change below, including rationale and design decisions --> Currently, reading execution logs for alerts and reports can be confusing. Several log entries can be created by a single execution run, but nothing indicates that they are part of the same execution, except that they have the same timestamp. This PR gives each execution an UUID which is truncated to 6 characters on the execution log view. This way, it will be much easier to tell which log entries belong to which execution. ### BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF Before:  After:  ### TEST PLAN <!--- What steps should be taken to verify the changes --> I've only tested manually. ### ADDITIONAL INFORMATION <!--- Check any relevant boxes with "x" --> <!--- HINT: Include "Fixes #nnn" if you are fixing an existing issue --> - [ ] Has associated issue: - [x] Changes UI - [x] Requires DB Migration. - [x] Confirm DB Migration upgrade and downgrade tested. - [ ] Introduces new feature or API - [ ] Removes existing feature or API -- 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]
