Skip to content

Commit 0a7eae3

Browse files
authored
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.
1 parent c8a37b6 commit 0a7eae3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

airflow/providers/slack/provider.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,4 +82,4 @@ connection-types:
8282
connection-type: slackwebhook
8383

8484
notifications:
85-
- airflow.providers.slack.notifications.slack_notifier.SlackNotifier
85+
- airflow.providers.slack.notifications.slack.SlackNotifier

0 commit comments

Comments
 (0)