This is an automated email from the ASF dual-hosted git repository.
mobuchowski pushed a change to branch aip-62/common-compat
in repository https://gitbox.apache.org/repos/asf/airflow.git
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 7536900e73 openlineage: add method to common.compat to not force hooks
to try/except every 2.10 hook lineage call
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 (1aa89621fa)
\
N -- N -- N refs/heads/aip-62/common-compat (7536900e73)
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/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 +++++-
tests/providers/openlineage/test_sqlparser.py | 16 +++-----
tests/www/test_utils.py | 53 +++++++++++++++++++++++++-
tests/www/views/test_views_grid.py | 3 ++
8 files changed, 121 insertions(+), 33 deletions(-)