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_r336769441
##########
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:
It should look like this:
```
:param blocks: The blocks to send on Slack. Should be a list of
dictionaries representing Slack blocks.
```
4 spaces starting at the docstring indention (`:param`)
----------------------------------------------------------------
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]
With regards,
Apache Git Services