Skip to content

Commit 8abce98

Browse files
sjednacwayne.morris
authored and
wayne.morris
committed
[AIRFLOW-XXX] Fix SlackWebhookOperator docs (apache#3915)
The docs refer to `conn_id` while the actual argument is `http_conn_id`.
1 parent 2f50083 commit 8abce98

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

airflow/contrib/operators/slack_webhook_operator.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ class SlackWebhookOperator(SimpleHttpOperator):
3131
Each Slack webhook token can be pre-configured to use a specific channel, username and
3232
icon. You can override these defaults in this hook.
3333
34-
:param conn_id: connection that has Slack webhook token in the extra field
35-
:type conn_id: str
34+
:param http_conn_id: connection that has Slack webhook token in the extra field
35+
:type http_conn_id: str
3636
:param webhook_token: Slack webhook token
3737
:type webhook_token: str
3838
:param message: The message you want to send on Slack

0 commit comments

Comments
 (0)