kaxil closed pull request #3915: [AIRFLOW-XXX] Fix SlackWebhookOperator docs
URL: https://github.com/apache/incubator-airflow/pull/3915
This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:
As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):
diff --git a/airflow/contrib/operators/slack_webhook_operator.py
b/airflow/contrib/operators/slack_webhook_operator.py
index bab3e90856..5263b5c0f2 100644
--- a/airflow/contrib/operators/slack_webhook_operator.py
+++ b/airflow/contrib/operators/slack_webhook_operator.py
@@ -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
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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