This is an automated email from the ASF dual-hosted git repository.
weilee pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
from c51e9e1dcb8 Revert "Limit deltalake to not include 1.3.0 version
(#59977)" (#60005)
add c2a5d4d29b2 feat: discord embeds for notifier (#58603)
No new revisions were added by this update.
Summary of changes:
providers/discord/docs/index.rst | 1 +
.../notifications/discord_notifier_howto_guide.rst | 70 +++++++++++
.../docs/notifications}/index.rst | 3 +-
.../providers/discord/hooks/discord_webhook.py | 70 ++++++++++-
.../providers/discord/notifications/discord.py | 14 ++-
.../providers/discord/notifications/embed.py | 134 +++++++++++++++++++++
.../unit/discord/hooks/test_discord_webhook.py | 71 +++++++++++
.../unit/discord/notifications/test_discord.py | 59 +++++++++
.../tests/unit/discord/notifications/test_embed.py | 68 +++++++++++
9 files changed, 482 insertions(+), 8 deletions(-)
create mode 100644
providers/discord/docs/notifications/discord_notifier_howto_guide.rst
copy providers/{pagerduty/docs/connections =>
discord/docs/notifications}/index.rst (97%)
create mode 100644
providers/discord/src/airflow/providers/discord/notifications/embed.py
create mode 100644
providers/discord/tests/unit/discord/notifications/test_embed.py