[ 
https://issues.apache.org/jira/browse/AIRFLOW-2217?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16418136#comment-16418136
 ] 

ASF subversion and git services commented on AIRFLOW-2217:
----------------------------------------------------------

Commit 64206615a790c90893d5836da8d2f7159bda23ac in incubator-airflow's branch 
refs/heads/master from [~danielvdende]
[ https://git-wip-us.apache.org/repos/asf?p=incubator-airflow.git;h=6420661 ]

[AIRFLOW-2217] Add Slack webhook operator

Add the Slack webhook hook/operator pair. This
allows posting
messages to Slack in an easy, light-weight manner.

Closes #3129 from danielvdende/AIRFLOW-2217-add-
slack-webhook-operator


> Add Slack Webhook Hook/Operator
> -------------------------------
>
>                 Key: AIRFLOW-2217
>                 URL: https://issues.apache.org/jira/browse/AIRFLOW-2217
>             Project: Apache Airflow
>          Issue Type: New Feature
>          Components: contrib, hooks, operators
>            Reporter: Daniel van der Ende
>            Assignee: Daniel van der Ende
>            Priority: Minor
>
> Slack offers several ways to interact with it. Airflow currently has support 
> for the full Slack API with theĀ [Slack 
> hook|https://github.com/apache/incubator-airflow/blob/master/airflow/hooks/slack_hook.py]
>  This, however, can be a bit heavy-handed for simple posting of messages. 
> Slack also offers the possibility of using an [Incoming 
> webhook|https://api.slack.com/incoming-webhooks]
> It would be nice to have a hook in Airflow to use the incoming webhook API 
> offered by Slack. A lot of use cases for integrating Slack in Airflow are 
> oriented on posting error or success messages to a Slack channel based on the 
> outcome of a task instance. The Webhook API is perfect for this.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to