This is an automated email from the ASF dual-hosted git repository.
eladkal pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
from 5cb8ef80a0 Validate connection IDs (#31140)
add 24532312b6 Standardize Slack Notifier (#31244)
No new revisions were added by this update.
Summary of changes:
.../notifications/{slack_notifier.py => slack.py} | 0
.../slack/notifications/slack_notifier.py | 80 +++-------------------
.../notifications/slack_notifier_howto_guide.rst | 4 +-
scripts/in_container/verify_providers.py | 1 +
tests/always/test_project_structure.py | 17 +++++
.../{test_slack_notifier.py => test_slack.py} | 8 +--
6 files changed, 33 insertions(+), 77 deletions(-)
copy airflow/providers/slack/notifications/{slack_notifier.py => slack.py}
(100%)
rename tests/providers/slack/notifications/{test_slack_notifier.py =>
test_slack.py} (92%)