This is an automated email from the ASF dual-hosted git repository.
mobuchowski pushed a change to branch openlineage_dont_run_tis_executor
in repository https://gitbox.apache.org/repos/asf/airflow.git
omit d55bc6d3de openlineage: don't run task instance listener in executor
add bfe08a79db Import utc from datetime and normalize its import (#33450)
add 2ae6d4bf5d Fix Cluster Activity Health margin (#33456)
add e90febceb5 Make sure impersonation tests use a temporary
`AIRFLOW_HOME` (#33422)
add 8b7e0babe1 Reorganise issue template for providers wrt to testing
process link (#33439)
add bd608a56ab Fix updating account url for WasbHook (#33457)
add 5ee1bcbef9 Static check fixes (#33462)
new 12bd1c46db openlineage: don't run task instance listener in executor
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 (d55bc6d3de)
\
N -- N -- N refs/heads/openlineage_dont_run_tis_executor
(12bd1c46db)
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.
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
airflow/example_dags/example_sensors.py | 19 +++--
airflow/models/dag.py | 6 +-
airflow/providers/cncf/kubernetes/triggers/pod.py | 7 +-
.../providers/google/cloud/operators/workflows.py | 11 +--
airflow/providers/microsoft/azure/hooks/wasb.py | 25 +++---
.../js/cluster-activity/live-metrics/Health.tsx | 1 +
.../provider_issue_TEMPLATE.md.jinja2 | 8 +-
tests/core/test_impersonation_tests.py | 88 ++++++++++++++++++----
tests/providers/amazon/aws/utils/test_utils.py | 6 +-
.../providers/cncf/kubernetes/triggers/test_pod.py | 5 +-
.../google/cloud/operators/test_workflows.py | 9 ++-
.../google/cloud/transfers/test_postgres_to_gcs.py | 3 +-
.../cloud/triggers/test_kubernetes_engine.py | 5 +-
tests/providers/microsoft/azure/hooks/test_wasb.py | 27 +++++++
14 files changed, 158 insertions(+), 62 deletions(-)