Skip to content

Commit

Permalink
[AIRFLOW-XXX] Fix SlackWebhookOperator execute method comment (#3963)
Browse files Browse the repository at this point in the history
  • Loading branch information
nritholtz authored and kaxil committed Sep 27, 2018
1 parent f4f8027 commit 9238bce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion airflow/contrib/operators/slack_webhook_operator.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 9238bce

Please sign in to comment.