Skip to content

Commit 4c9f57a

Browse files
nritholtzAlice Berard
authored and
Alice Berard
committed
[AIRFLOW-XXX] Fix SlackWebhookOperator execute method comment (apache#3963)
1 parent 7c5fafa commit 4c9f57a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

airflow/contrib/operators/slack_webhook_operator.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ def __init__(self,
7777

7878
def execute(self, context):
7979
"""
80-
Call the SparkSqlHook to run the provided sql query
80+
Call the SlackWebhookHook to post the provided Slack message
8181
"""
8282
self.hook = SlackWebhookHook(
8383
self.http_conn_id,

0 commit comments

Comments
 (0)