We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent acdacd8 commit dcf8062Copy full SHA for dcf8062
airflow/contrib/operators/slack_webhook_operator.py
@@ -31,8 +31,8 @@ class SlackWebhookOperator(SimpleHttpOperator):
31
Each Slack webhook token can be pre-configured to use a specific channel, username and
32
icon. You can override these defaults in this hook.
33
34
- :param conn_id: connection that has Slack webhook token in the extra field
35
- :type conn_id: str
+ :param http_conn_id: connection that has Slack webhook token in the extra field
+ :type http_conn_id: str
36
:param webhook_token: Slack webhook token
37
:type webhook_token: str
38
:param message: The message you want to send on Slack
0 commit comments