Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions airflow/contrib/operators/slack_webhook_operator.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ class SlackWebhookOperator(SimpleHttpOperator):
Each Slack webhook token can be pre-configured to use a specific channel, username and
icon. You can override these defaults in this hook.

:param conn_id: connection that has Slack webhook token in the extra field
:type conn_id: str
:param http_conn_id: connection that has Slack webhook token in the extra field
:type http_conn_id: str
:param webhook_token: Slack webhook token
:type webhook_token: str
:param message: The message you want to send on Slack
Expand Down