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/28 14:35:55 UTC

[airflow] branch main updated (a632b74 -> a637537)

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 a632b74  Improvements for `SnowflakeHook.get_sqlalchemy_engine`  (#20509)
     add a637537  Rename `OpsgenieAlertOperator` to `OpsgenieCreateAlertOperator` (#20514)

No new revisions were added by this update.

Summary of changes:
 airflow/contrib/operators/opsgenie_alert_operator.py   | 18 +++++++++++++++++-
 .../opsgenie/example_dags/example_opsgenie_alert.py    | 11 +++++++----
 airflow/providers/opsgenie/operators/opsgenie.py       |  4 ++--
 airflow/providers/opsgenie/operators/opsgenie_alert.py | 18 +++++++++++++++++-
 .../operators/opsgenie_alert.rst                       | 12 ++++++------
 tests/deprecated_classes.py                            |  2 +-
 tests/providers/opsgenie/operators/test_opsgenie.py    | 11 +++++++----
 7 files changed, 57 insertions(+), 19 deletions(-)