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 2019/10/19 16:00:13 UTC

[GitHub] [airflow] feluelle commented on a change in pull request #6364: [AIRFLOW-5693] Support the "blocks" component for the Slack messages

feluelle commented on a change in pull request #6364: [AIRFLOW-5693] Support the "blocks" component for the Slack messages
URL: https://github.com/apache/airflow/pull/6364#discussion_r336742705
 
 

 ##########
 File path: airflow/contrib/hooks/slack_webhook_hook.py
 ##########
 @@ -42,6 +42,9 @@ class SlackWebhookHook(HttpHook):
     :param attachments: The attachments to send on Slack. Should be a list of
                         dictionaries representing Slack attachments.
     :type attachments: list
+    :param blocks: The blocks to send on Slack. Should be a list of
+                   dictionaries representing Slack blocks.
 
 Review comment:
   new lines there need to be indented with 4 Spaces.
   ```suggestion
           dictionaries representing Slack blocks.
   ```

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services