Skip to content

Commit

Permalink
Replace deprecated slack notification in provider.yaml with new one (#…
Browse files Browse the repository at this point in the history
…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.
  • Loading branch information
potiuk authored Aug 23, 2023
1 parent c8a37b6 commit 0a7eae3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion airflow/providers/slack/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,4 +82,4 @@ connection-types:
connection-type: slackwebhook

notifications:
- airflow.providers.slack.notifications.slack_notifier.SlackNotifier
- airflow.providers.slack.notifications.slack.SlackNotifier

0 comments on commit 0a7eae3

Please sign in to comment.