You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by ep...@apache.org on 2023/12/11 06:29:39 UTC

(airflow) branch v2-8-test updated (558e9654e6 -> d0c1c452ce)

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

ephraimanierobi pushed a change to branch v2-8-test
in repository https://gitbox.apache.org/repos/asf/airflow.git


 discard 558e9654e6 Update RELEASE_NOTES.rst
     add bdadabc8e7 Use S3 hook instead of AwsGenericHook in AWS S3 FS (#35973)
     add c26eaf5190 Allow storage options to be passed (#35820)
     add d0c1c452ce Update RELEASE_NOTES.rst

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   (558e9654e6)
            \
             N -- N -- N   refs/heads/v2-8-test (d0c1c452ce)

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/io/__init__.py                             | 20 +++++++++----
 airflow/io/path.py                                 | 22 ++++++++++----
 airflow/io/store/__init__.py                       | 18 +++++++++--
 .../{example_dags/libs/helper.py => io/typedef.py} |  5 ++--
 airflow/providers/amazon/aws/fs/s3.py              | 16 +++++-----
 airflow/providers/google/cloud/fs/gcs.py           | 29 ++++++++++--------
 airflow/providers/microsoft/azure/fs/adls.py       | 35 ++++++++--------------
 tests/io/test_path.py                              |  9 ++++--
 tests/providers/amazon/aws/fs/test_s3.py           |  9 ++++--
 9 files changed, 99 insertions(+), 64 deletions(-)
 copy airflow/{example_dags/libs/helper.py => io/typedef.py} (94%)