mlgruby commented on a change in pull request #11250:
URL: https://github.com/apache/airflow/pull/11250#discussion_r499138772



##########
File path: airflow/providers/amazon/aws/hooks/sns.py
##########
@@ -52,7 +53,7 @@ class AwsSnsHook(AwsBaseHook):
     def __init__(self, *args, **kwargs):
         super().__init__(client_type='sns', *args, **kwargs)
 
-    def publish_to_target(self, target_arn, message, subject=None, 
message_attributes=None):
+    def publish_to_target(self, target_arn, message, subject=None, 
message_attributes: Optional[dict] = None):

Review comment:
       Sure, I might have missed it. I will add those! 




----------------------------------------------------------------
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]


Reply via email to