Skip to content

Commit c4aae7c

Browse files
committed
Replace deprecated slack notification in provider.yaml with new one
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 apache#33608 then also detected by apache#33640 that improved existing verification.
1 parent c9d7179 commit c4aae7c

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)