From 883bee49ebbb5095d36db189b95b426ffdf15ca5 Mon Sep 17 00:00:00 2001 From: nritholtz Date: Thu, 27 Sep 2018 14:07:15 -0400 Subject: [PATCH] [AIRFLOW-XXX] Fix SlackWebhookOperator execute method comment --- airflow/contrib/operators/slack_webhook_operator.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/airflow/contrib/operators/slack_webhook_operator.py b/airflow/contrib/operators/slack_webhook_operator.py index 5263b5c0f2b3f..64f2448a550dd 100644 --- a/airflow/contrib/operators/slack_webhook_operator.py +++ b/airflow/contrib/operators/slack_webhook_operator.py @@ -77,7 +77,7 @@ def __init__(self, def execute(self, context): """ - Call the SparkSqlHook to run the provided sql query + Call the SlackWebhookHook to post the provided Slack message """ self.hook = SlackWebhookHook( self.http_conn_id,