eschutho commented on code in PR #20903:
URL: https://github.com/apache/superset/pull/20903#discussion_r942713985
##########
superset/config.py:
##########
@@ -1066,6 +1066,12 @@ def SQL_QUERY_MUTATOR( # pylint:
disable=invalid-name,unused-argument
return sql
+def NOTIFICATION_EMAIL_HEADER_MUTATOR( # pylint:
disable=invalid-name,unused-argument
+ header: Dict[str, Any], **kwargs: Any
Review Comment:
I believe this is message, right? Rather than header? And is there a class
type for the message?
--
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]