From 0a7eae3fcbda0b2c4d2fb383e6b07157c2adc937 Mon Sep 17 00:00:00 2001 From: Jarek Potiuk Date: Wed, 23 Aug 2023 10:32:53 +0200 Subject: [PATCH] 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 b6195dc04a8d4..9f46d284d40cb 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