rusackas commented on issue #29622: URL: https://github.com/apache/superset/issues/29622#issuecomment-4721743882
Still very much a thing — confirmed on current master. The root cause is that a report/alert that's never run defaults to `last_state = "Not triggered"`, and the status icon rendered that with a green checkmark + success color, so it reads as "succeeded." Put up #41121 to give the not-yet-run state a neutral calendar icon (thanks for the `CalendarOutlined` nudge @yousoph) instead of the green check, with a "Report not yet run" tooltip for reports. Added a test so it doesn't regress. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
