Skip to content

Commit

Permalink
[AIRFLOW-XXX] Fix SlackWebhookOperator execute method comment (apache…
Browse files Browse the repository at this point in the history
  • Loading branch information
nritholtz authored and wayne.morris committed Jul 29, 2019
1 parent 0114c90 commit a4b0b80
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 a4b0b80

Please sign in to comment.