This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a change to branch better-information-in-ci-output
in repository https://gitbox.apache.org/repos/asf/airflow.git
discard a3e1ea4e3d Print important information outside of the folded output in
CI
add 2f80ee70f6 Remove deprecated code from Opsgenie provider (#27252)
add 8d449ae04a Fix system tests for SnowflakeOperator (#27243)
add 2203729059 Print important information outside of the folded output in
CI
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (a3e1ea4e3d)
\
N -- N -- N refs/heads/better-information-in-ci-output
(2203729059)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
.pre-commit-config.yaml | 3 +-
airflow/providers/opsgenie/CHANGELOG.rst | 9 +++++
airflow/providers/opsgenie/hooks/opsgenie_alert.py | 29 --------------
.../providers/opsgenie/operators/opsgenie_alert.py | 45 ----------------------
airflow/providers/opsgenie/provider.yaml | 2 -
scripts/in_container/verify_providers.py | 2 -
.../providers/snowflake/example_snowflake.py | 1 +
...xample_snowflake_snowflake_op_template_file.sql | 19 +++++++++
8 files changed, 30 insertions(+), 80 deletions(-)
delete mode 100644 airflow/providers/opsgenie/hooks/opsgenie_alert.py
delete mode 100644 airflow/providers/opsgenie/operators/opsgenie_alert.py