You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by po...@apache.org on 2021/12/27 07:57:53 UTC

[airflow] branch main updated (f62e690 -> 1728e35)

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

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


    from f62e690  Add Travix to INTHEWILD.md  (#20494)
     add 1728e35  Add `OpsgenieCloseAlertOperator` (#20488)

No new revisions were added by this update.

Summary of changes:
 .../example_dags/example_opsgenie_alert.py         |  8 ++-
 airflow/providers/opsgenie/hooks/opsgenie.py       | 40 +++++++++++
 airflow/providers/opsgenie/operators/opsgenie.py   | 84 ++++++++++++++++++++++
 .../operators/opsgenie_alert.rst                   | 17 +++++
 tests/providers/opsgenie/hooks/test_opsgenie.py    | 36 ++++++++--
 .../providers/opsgenie/operators/test_opsgenie.py  | 36 +++++++++-
 6 files changed, 212 insertions(+), 9 deletions(-)