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

mobuchowski pushed a change to branch aip-62/s3hook
in repository https://gitbox.apache.org/repos/asf/airflow.git


    omit 6e2cfb54f3 openlineage: add support for hook lineage for S3Hook
    omit 1aa89621fa openlineage: add method to common.compat to not force hooks 
to try/except every 2.10 hook lineage call
     add a10b98e8ea Add error handling for encoding the dag runs (#40222)
     add 9cdd7c05c4 openlineage: fix failing OL test on main that normalizes 
sql (#40821)
     add 6af8662df5 Chart: Default airflow version to 2.9.3 (#40816)
     add 8b1ff21be9 Fix typo deffer -> defer (#40824)
     add dc6cc585bc Simplify _auth_manager_is_authorized_map function (#40803)
     add 616c8816bf openlineage: tests: do not check whitespace in returned SQL 
statement after splitting it (#40826)
     add e6e407092a openlineage: add method to common.compat to not force hooks 
to try/except every 2.10 hook lineage call
     add d34b054b76 openlineage: add support for hook lineage for S3Hook

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   (6e2cfb54f3)
            \
             N -- N -- N   refs/heads/aip-62/s3hook (d34b054b76)

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:
 .editorconfig                                   |   3 +
 airflow/lineage/hook.py                         |  10 +--
 airflow/providers/amazon/aws/datasets/s3.py     |   4 +-
 airflow/providers/amazon/aws/hooks/s3.py        |  19 ++--
 airflow/providers/common/compat/lineage/hook.py |   4 +-
 airflow/providers/common/io/datasets/file.py    |   4 +-
 airflow/providers/openlineage/sqlparser.py      |   1 -
 airflow/providers_manager.py                    |  26 +++---
 airflow/www/security_manager.py                 | 104 ++++++++--------------
 airflow/www/static/js/api/useGridData.ts        |  13 +++
 airflow/www/static/js/dag/grid/index.test.tsx   |   1 +
 airflow/www/utils.py                            |  54 +++++++-----
 airflow/www/views.py                            |  11 ++-
 chart/Chart.yaml                                |  22 ++---
 chart/newsfragments/40816.significant.rst       |   3 +
 chart/values.schema.json                        |   4 +-
 chart/values.yaml                               |   4 +-
 tests/providers/openlineage/test_sqlparser.py   | 111 +++++++++++-------------
 tests/sensors/test_time_delta.py                |   8 +-
 tests/www/test_utils.py                         |  53 ++++++++++-
 tests/www/views/test_views_grid.py              |   3 +
 21 files changed, 257 insertions(+), 205 deletions(-)
 create mode 100644 chart/newsfragments/40816.significant.rst

Reply via email to