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

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


 discard 24e73b7be93 Update default branches for 3-2
     add 77c38f357c3 docs(asset-partition): add example Dag (#62491)
     add d42623e2b46 Fix `ObjectStoragePath` to exclude `conn_id` from storage 
options passed to fsspec (#62701)
     new 4c87c4cde01 Update default branches for 3-2

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   (24e73b7be93)
            \
             N -- N -- N   refs/heads/v3-2-test (4c87c4cde01)

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:
 .../example_dags/example_asset_partition.py        | 139 +++++++++++++++++++++
 task-sdk/src/airflow/sdk/io/path.py                |  48 ++++---
 task-sdk/tests/task_sdk/io/test_path.py            |  43 +++++++
 3 files changed, 214 insertions(+), 16 deletions(-)
 create mode 100644 
airflow-core/src/airflow/example_dags/example_asset_partition.py

Reply via email to