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

ash pushed a change to branch backport-6da77b1-v3-0-test
in repository https://gitbox.apache.org/repos/asf/airflow.git


 discard eb446bb1cbb [v3-0-test] Allow failure callbacks for stuck in queued 
TIs that fail (#53435)
     add 27cf1ccc24a [v3-0-test] Skip running db queries for Spans when they 
are disabled (#54075) (#54404)
     add f34846c0186 [v3-0-test] Use env var connections instead of actual db 
connections in kube systests (#54385) (#54391)
     add 72d92d454b2 [v3-0-test] Migrate `HiveToDynamoDBOperator` and 
`SqlToS3Operator` to use `get_df` (#50126) (#54409)
     add f0017e75062 [v3-0-test] fix: corrects issues with edge rendering on 
the graph view (#53998) (#54412)
     add d902c7f3a32 [v3-0-test] Improve condition for pushing the cache for 
images (#54415) (#54418)
     add c856a17ed59 [v3-0-test] Allow failure callbacks for stuck in queued 
TIs that fail (#53435)

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   (eb446bb1cbb)
            \
             N -- N -- N   refs/heads/backport-6da77b1-v3-0-test (c856a17ed59)

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:
 .github/workflows/finalize-tests.yml               |  4 +--
 .../src/airflow/jobs/scheduler_job_runner.py       | 35 ++++++++++++++++------
 .../ui/src/components/Graph/useGraphLayout.ts      | 15 +++++++++-
 .../test_kubernetes_pod_operator.py                |  9 ++++++
 providers/amazon/README.rst                        |  2 +-
 providers/amazon/pyproject.toml                    | 10 ++-----
 .../amazon/aws/transfers/hive_to_dynamodb.py       |  2 +-
 .../providers/amazon/aws/transfers/sql_to_s3.py    |  8 ++---
 .../amazon/aws/transfers/test_hive_to_dynamodb.py  |  8 ++---
 .../unit/amazon/aws/transfers/test_sql_to_s3.py    | 18 +++++------
 10 files changed, 70 insertions(+), 41 deletions(-)

Reply via email to