Skip to content

Commit

Permalink
[AIRFLOW-XXX] Fix SlackWebhookOperator docs (apache#3915)
Browse files Browse the repository at this point in the history
The docs refer to `conn_id` while the actual argument is `http_conn_id`.
  • Loading branch information
sjednac authored and wayne.morris committed Jul 29, 2019
1 parent 2f50083 commit 8abce98
Showing 1 changed file with 2 additions and 2 deletions.
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

0 comments on commit 8abce98

Please sign in to comment.