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

kaxilnaik pushed a change to branch v3-1-test
in repository https://gitbox.apache.org/repos/asf/airflow.git


 discard c68f44e2cf0 [v3-1-test] fix get latest serialized_dag model query to 
prevent "Out of sort memory" error (#55589) (#57042)
    omit 34a716dfb06 [v3-1-test] Port Airflow Python client changes (#57103) 
(#57107)
    omit 9f07f87da38 [v3-1-test] Fix grid links for tasks with retries (#57063) 
(#57097)
    omit c6048ff285c Manual backport 56177 (#57068)
    omit 2218482683b [v3-1-test] Fix: Adjust PanelButtons spacing and alignment 
(#56570) (#57062)
    omit e3aa9191722 [v3-1-test] Fix Outlet Event Extra Data is Empty in Task 
Instance Success Listener (#54568) (#57031)
     new f969e6374da Fix connection access in triggerer for deferrable 
operators (#57154)
     new 1d65a657d60 [v3-1-test] Fix Outlet Event Extra Data is Empty in Task 
Instance Success Listener (#54568) (#57031)
     new ead0603244c [v3-1-test] Fix: Adjust PanelButtons spacing and alignment 
(#56570) (#57062)
     new 063b2ff7aca Manual backport 56177 (#57068)
     new e9434b0c890 [v3-1-test] Fix grid links for tasks with retries (#57063) 
(#57097)
     new 16780a5487c [v3-1-test] Port Airflow Python client changes (#57103) 
(#57107)
     new cff8386e3e6 [v3-1-test] fix get latest serialized_dag model query to 
prevent "Out of sort memory" error (#55589) (#57042)

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   (c68f44e2cf0)
            \
             N -- N -- N   refs/heads/v3-1-test (cff8386e3e6)

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 7 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:
 task-sdk/src/airflow/sdk/definitions/connection.py | 19 -----------
 .../sdk/execution_time/secrets/execution_api.py    | 20 ++++++++++++
 .../tests/task_sdk/execution_time/test_secrets.py  | 38 ++++++++++++++++++++++
 3 files changed, 58 insertions(+), 19 deletions(-)

Reply via email to