mholtzscher commented on a change in pull request #4332: [AIRFLOW-3522] Add 
support for sending Slack attachments
URL: https://github.com/apache/incubator-airflow/pull/4332#discussion_r242626486
 
 

 ##########
 File path: airflow/contrib/operators/slack_webhook_operator.py
 ##########
 @@ -37,6 +37,8 @@ class SlackWebhookOperator(SimpleHttpOperator):
     :type webhook_token: str
     :param message: The message you want to send on Slack
     :type message: str
+    :param attachments: The attachments you want to send on Slack
+    :type attachments: list
 
 Review comment:
   Updated.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to