You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by ds...@apache.org on 2022/10/22 21:19:12 UTC

[airflow] branch main updated (de9633f93a -> cc44bae412)

This is an automated email from the ASF dual-hosted git repository.

dstandish pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git


    from de9633f93a Update google hooks to prefer non-prefixed extra fields (#27023)
     add cc44bae412 Allow and prefer non-prefixed extra fields for slack hooks (#27070)

No new revisions were added by this update.

Summary of changes:
 airflow/providers/slack/CHANGELOG.rst             | 14 +++-
 airflow/providers/slack/hooks/slack.py            | 44 ++++++++++--
 airflow/providers/slack/hooks/slack_webhook.py    | 39 ++++++++--
 airflow/providers/slack/utils/__init__.py         | 25 ++++---
 tests/providers/slack/hooks/test_slack.py         | 86 +++++++++++++++++++++++
 tests/providers/slack/hooks/test_slack_webhook.py | 84 ++++++++++++++++++++++
 tests/providers/slack/utils/test_utils.py         |  2 +-
 7 files changed, 269 insertions(+), 25 deletions(-)