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

Lee-W pushed a change to branch ci-upgrade-main
in repository https://gitbox.apache.org/repos/asf/airflow.git


 discard 8021100a268 [main] CI: Upgrade important CI environment
     add 30827b1a9e5 Fix typo and restore SVG diagram headers (#68435)
     add 36c439c39cf Fix Java-SDK connection port casting (#68433)
     add 9126a64abab Fix BackfillDagRun.partition_key type annotation (str, not 
datetime) (#68432)
     add 8f022edde4d [main] CI: Upgrade important CI environment

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   (8021100a268)
            \
             N -- N -- N   refs/heads/ci-upgrade-main (8f022edde4d)

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:
 airflow-core/src/airflow/models/backfill.py        |  2 +-
 .../tests/airflow_e2e_tests/conftest.py            | 18 ++++-
 .../main/kotlin/org/apache/airflow/sdk/Client.kt   |  4 +-
 .../kotlin/org/apache/airflow/sdk/ClientTest.kt    | 92 ++++++++++++++++++++++
 .../edge3/docs/img/distributed_architecture.svg    |  2 +-
 providers/edge3/docs/img/edge_package.svg          |  2 +-
 task-sdk/docs/executable-bundle-spec.rst           |  2 +-
 7 files changed, 115 insertions(+), 7 deletions(-)
 create mode 100644 
java-sdk/sdk/src/test/kotlin/org/apache/airflow/sdk/ClientTest.kt

Reply via email to