You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2022/04/06 18:07:02 UTC

[GitHub] [airflow] uranusjr commented on a diff in pull request #22667: Pass custom headers through in SES email backend

uranusjr commented on code in PR #22667:
URL: https://github.com/apache/airflow/pull/22667#discussion_r844240815


##########
airflow/providers/amazon/aws/utils/emailer.py:
##########
@@ -32,6 +32,7 @@ def send_email(
     mime_charset: str = 'utf-8',
     conn_id: str = 'aws_default',
     from_email: Optional[str] = None,
+    custom_headers: Optional[Dict[str, Any]] = None,

Review Comment:
   Can the value be `Any`? Email headers should be in str, aren’t they?



-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org