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

potiuk pushed a change to branch switch-to-hatch
in repository https://gitbox.apache.org/repos/asf/airflow.git


    omit 0435ad854b Standardize airflow build process and switch to Hatchling 
build backend
     add 3dc99d8a28 feat: Add openlineage support for 
CopyFromExternalStageToSnowflakeOperator (#36535)
     add a1679e51e4 Standardize airflow build process and switch to Hatchling 
build backend

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   (0435ad854b)
            \
             N -- N -- N   refs/heads/switch-to-hatch (a1679e51e4)

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:
 CONTRIBUTING.rst                                   |  16 +-
 Dockerfile                                         |   5 +-
 Dockerfile.ci                                      |   5 +-
 INSTALL                                            |  27 ++--
 LOCAL_VIRTUALENV.rst                               |  13 +-
 .../snowflake/transfers/copy_into_snowflake.py     | 163 +++++++++++++++++++-
 pyproject.toml                                     |  15 --
 scripts/docker/install_airflow.sh                  |   5 +-
 .../transfers/test_copy_into_snowflake.py          | 168 ++++++++++++++++++++-
 9 files changed, 372 insertions(+), 45 deletions(-)

Reply via email to