mistercrunch commented on code in PR #35237: URL: https://github.com/apache/superset/pull/35237#discussion_r2374653711
########## superset/views/core.py: ########## @@ -428,9 +425,10 @@ def explore( # noqa: C901 _("Error: permalink state not found"), status=404 ) except (ChartNotFoundError, ExplorePermalinkGetFailedError) as ex: - flash(__("Error: %(msg)s", msg=ex.message), "danger") Review Comment: function flagged as @deprecated -- 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: notifications-unsubscr...@superset.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@superset.apache.org For additional commands, e-mail: notifications-h...@superset.apache.org