You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by po...@apache.org on 2023/08/23 08:33:01 UTC

[airflow] branch main updated: Replace deprecated slack notification in provider.yaml with new one (#33643)

This is an automated email from the ASF dual-hosted git repository.

potiuk pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/main by this push:
     new 0a7eae3fcb Replace deprecated slack notification in provider.yaml with new one (#33643)
0a7eae3fcb is described below

commit 0a7eae3fcbda0b2c4d2fb383e6b07157c2adc937
Author: Jarek Potiuk <ja...@potiuk.com>
AuthorDate: Wed Aug 23 10:32:53 2023 +0200

    Replace deprecated slack notification in provider.yaml with new one (#33643)
    
    The Slack Notification listed in provider.yaml for slack has
    been still using the deprecated version of it. Since the
    provider verification of ours did not check neither notifications
    nor warnings, it was not found before.
    
    Found in the attempt of adding new verification in #33608 then
    also detected by #33640 that improved existing verification.
---
 airflow/providers/slack/provider.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/airflow/providers/slack/provider.yaml b/airflow/providers/slack/provider.yaml
index b6195dc04a..9f46d284d4 100644
--- a/airflow/providers/slack/provider.yaml
+++ b/airflow/providers/slack/provider.yaml
@@ -82,4 +82,4 @@ connection-types:
     connection-type: slackwebhook
 
 notifications:
-  - airflow.providers.slack.notifications.slack_notifier.SlackNotifier
+  - airflow.providers.slack.notifications.slack.SlackNotifier